comparison make/selftest.sh @ 587:e790c9263068

Now that we pass selftest.sh again, fix a bug in the sanity test at the end.
author Rob Landley <rob@landley.net>
date Fri, 04 Apr 2008 00:18:36 -0500
parents b3f6400d0046
children 18192dd26583
comparison
equal deleted inserted replaced
586:df36eb4661a5 587:e790c9263068
19 19
20 echo -e "\npass three: tinycc -o tinycc -o tinycc" && 20 echo -e "\npass three: tinycc -o tinycc -o tinycc" &&
21 CC=./test2cc make/make.sh $TARGET && 21 CC=./test2cc make/make.sh $TARGET &&
22 22
23 echo -e "\nSanity check." && 23 echo -e "\nSanity check." &&
24 ./$CCNAME >/dev/null && 24 ./$CCNAME -E - </dev/null >/dev/null &&
25 25
26 echo success || echo test failed 26 echo success || echo test failed