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 fdd1110 commit 776ee70Copy full SHA for 776ee70
divert_sim/runall.sh
@@ -9,7 +9,7 @@ function test
9
shift
10
echo "Testing $file"
11
./divert_sim $@ < data/$file.csv > output/$file.csv
12
- diff --side-by-side --suppress-common-lines snapshot/$file.csv output/$file.csv
+ diff -Z --side-by-side --suppress-common-lines snapshot/$file.csv output/$file.csv
13
if [ $? -eq 0 ]; then
14
echo "Test $file passed"
15
((PASS+=1))
0 commit comments