~ chicken-core (master) 51582528343d0fc03d09eb8322e1a8b43e67a9dc
commit 51582528343d0fc03d09eb8322e1a8b43e67a9dc
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Oct 4 22:50:47 2025 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sat Oct 4 22:50:47 2025 +0200
drop -x again
diff --git a/rules.make b/rules.make
index 86a5e7eb..659560c1 100644
--- a/rules.make
+++ b/rules.make
@@ -1014,7 +1014,7 @@ export PROGRAM_PREFIX
export PROGRAM_SUFFIX
check: $(TARGETS)
- cd tests; sh -x runtests.sh
+ cd tests; sh runtests.sh
# benchmark
Trap