~ chicken-core (chicken-5) c95dc5f62be34284716025ddb0d5e5431566c24f
commit c95dc5f62be34284716025ddb0d5e5431566c24f Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Mar 18 12:01:06 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Thu Mar 18 12:01:06 2010 +0100 fixed bug in runtests.sh diff --git a/tests/runtests.sh b/tests/runtests.sh index 6edcfd61..ba915f24 100644 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -215,7 +215,7 @@ $compile locative-stress-test.scm ./a.out echo "======================================== syntax-rules stress test ..." -time $interpret syntax-rule-stress-test.scm +time $interpret -bnq syntax-rule-stress-test.scm echo "======================================== embedding (1) ..." $compile embedded1.cTrap