summaryrefslogtreecommitdiff
path: root/tests/parallel-exec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parallel-exec.sh')
-rwxr-xr-xtests/parallel-exec.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parallel-exec.sh b/tests/parallel-exec.sh
index 7a1821c8e..0311dc26c 100755
--- a/tests/parallel-exec.sh
+++ b/tests/parallel-exec.sh
@@ -1,8 +1,8 @@
#!/bin/sh
-mkdir -p /var/tmp/junk
+mkdir -p /var/tmp/junk /var/tmp/sbcl-test-logs
TEST_DIRECTORY=/var/tmp/junk SBCL_HOME=../obj/sbcl-home exec ../src/runtime/sbcl \
- --noinform --core ../output/sbcl.core --noprint << EOF
+ --noinform --core ../output/sbcl.core --no-userinit --no-sysinit --noprint --disable-debugger << EOF
(require :sb-posix)
(let ((*evaluator-mode* :compile))
(with-compilation-unit () (load"run-tests")))