Skip to content

Commit 257755f

Browse files
committed
--ignore-all-space in folder call?
1 parent e40478a commit 257755f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/tests/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ fi
149149

150150
# see if the snapshots have changed
151151
changed_snapshots=$(git ls-files --modified ../tests/snapshots)
152-
if git diff --exit-code ../tests/snapshots &> /dev/null;
152+
if git diff --exit-code --ignore-all-space ../tests/snapshots &> /dev/null;
153153
then
154154
success "Snapshots are correct"
155155
else

0 commit comments

Comments
 (0)