We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a67a8f commit b52922eCopy full SHA for b52922e
rewatch/tests/compile.sh
@@ -149,7 +149,7 @@ fi
149
150
# see if the snapshots have changed
151
changed_snapshots=$(git ls-files --modified ../tests/snapshots)
152
-if git diff --ignore-cr-at-eol --exit-code ../tests/snapshots &> /dev/null;
+if git diff --exit-code ../tests/snapshots &> /dev/null;
153
then
154
success "Snapshots are correct"
155
else
0 commit comments