grep tests; slight tweak to tester

This commit is contained in:
Remzi Arpaci-Dusseau
2019-02-15 14:13:15 -06:00
parent ae105d7929
commit aaa4f45784
43 changed files with 1000080 additions and 2 deletions

View File

@@ -3,8 +3,7 @@
# run_test testnumber
run_test () {
testfile=tests/$1.run
# cat $testfile
$(cat $testfile) > tests-out/$1.out 2> tests-out/$1.err
eval $(cat $testfile) > tests-out/$1.out 2> tests-out/$1.err
return 0
}