~ chicken-core (chicken-5) d8338456f1b2e81f53c1c8ce6e4855455a4c5194
commit d8338456f1b2e81f53c1c8ce6e4855455a4c5194
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Fri May 14 15:00:54 2010 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Fri May 14 15:00:54 2010 +0200
fix in benchmark target
diff --git a/rules.make b/rules.make
index db2b66f6..92108392 100644
--- a/rules.make
+++ b/rules.make
@@ -1050,7 +1050,7 @@ check: $(CHICKEN_SHARED_EXECUTABLE) $(CSI_SHARED_EXECUTABLE) $(CSC_PROGRAM)
.PHONY: bench
bench: $(CHICKEN_SHARED_EXECUTABLE) $(CSI_SHARED_EXECUTABLE) $(CSC_PROGRAM)
- cd tests; date >>bench.log; sh runbench.sh | tee -a bench-log
+ cd tests; date >>bench.log; sh runbench.sh 2>&1 | tee -a bench.log
# 3-stage build
Trap