Skip to content

Commit bfb55a6

Browse files
committed
cat the changes
1 parent fc3ac37 commit bfb55a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rewatch/tests/suite-ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ else
1515
fi
1616

1717
bold "Make sure the testrepo is clean"
18-
if git diff --exit-code ../testrepo &> /dev/null;
18+
if git diff --exit-code ../testrepo &> diff.txt;
1919
then
2020
success "Testrepo has no changes"
2121
else
2222
error "Testrepo is not clean to start with"
23+
cat diff.txt
2324
exit 1
2425
fi
2526

0 commit comments

Comments
 (0)