Skip to content

Commit 275a33f

Browse files
committed
Snapshot should be the left hand side
1 parent 1e59785 commit 275a33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

divert_sim/runall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function test
99
shift
1010
echo "Testing $file"
1111
./divert_sim $@ < data/$file.csv > output/$file.csv
12-
diff --side-by-side --suppress-common-lines output/$file.csv snapshot/$file.csv
12+
diff --side-by-side --suppress-common-lines snapshot/$file.csv output/$file.csv
1313
if [ $? -eq 0 ]; then
1414
echo "Test $file passed"
1515
((PASS+=1))

0 commit comments

Comments
 (0)