File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 125125after_failure :
126126 - cat test_std.txt
127127 - cat test_err.txt
128+ - cat tv.txt
128129
129130after_script :
130131 - cat gcc_1.txt
Original file line number Diff line number Diff line change 2626echo -n " testing..."
2727
2828if [ -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 )
You can’t perform that action at this time.
0 commit comments