Skip to content

Commit 9952fac

Browse files
committed
tv.txt contains errors from tv_gen
1 parent f647baa commit 9952fac

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ env:
125125
after_failure:
126126
- cat test_std.txt
127127
- cat test_err.txt
128+
- cat tv.txt
128129

129130
after_script:
130131
- cat gcc_1.txt

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
echo -n "testing..."
2727

2828
if [ -a test ] && [ -f test ] && [ -x test ]; then
29-
((./test >test_std.txt 2>test_err.txt && ./tv_gen > tv.txt) && echo "$1 test passed." && echo "y" > testok.txt) || (echo "$1 test failed, look at test_err.txt" && exit 1)
29+
((./test >test_std.txt 2>test_err.txt && ./tv_gen > tv.txt) && echo "$1 test passed." && echo "y" > testok.txt) || (echo "$1 test failed, look at test_err.txt or tv.txt" && exit 1)
3030
if find *_tv.txt -type f 1>/dev/null 2>/dev/null ; then
3131
for f in *_tv.txt; do
3232
# check for lines starting with '<' ($f might be a subset of notes/$f)

0 commit comments

Comments
 (0)