Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cat the changes
  • Loading branch information
jfrolich committed May 5, 2025
commit ed6016736187dac2f48750ccb1a01125a40e24c4
3 changes: 2 additions & 1 deletion rewatch/tests/suite-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ else
fi

bold "Make sure the testrepo is clean"
if git diff --exit-code ../testrepo &> /dev/null;
if git diff --exit-code ../testrepo &> diff.txt;
then
success "Testrepo has no changes"
else
error "Testrepo is not clean to start with"
cat diff.txt
exit 1
fi

Expand Down