Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 54ad883

Browse files
committed
test example
1 parent 3c4f480 commit 54ad883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ testOneDomain()
1919
echo "testing: $domain"
2020
./test2.py -d "$domain" >"$TestDataDir/$domain/test.out"
2121

22-
diff "$TestDataDir/$domain/output" "$TestDataDir/$domain/test.out"
22+
diff "$TestDataDir/$domain/output" "$TestDataDir/$domain/test.out" | tee "$TestDataDir/$domain/out"
2323
}
2424

2525
main()

0 commit comments

Comments
 (0)