git @ Cat's Eye Technologies Treacle / 35c91d6
Until it's fixed, use a R5RS that doesn't have Racket bug 12873. (http://bugs.racket-lang.org/query/?cmd=view%20audit-trail&database=default&pr=12873) Cat's Eye Technologies 11 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #!/bin/sh
11
22 cd src
3 plt-r5rs tests.scm > test-output.txt || exit 1
3 huski tests.scm > test-output.txt || exit 1
44 cat test-output.txt
55 if grep -q FAILED test-output.txt; then
66 echo "FAILED"