summaryrefslogtreecommitdiff
path: root/check-guile.in
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-08-20 18:46:09 +0200
committerAndy Wingo <wingo@pobox.com>2009-08-20 18:52:38 +0200
commit609edba7eaa2bb30df90a09541a48d97ab4a3bf8 (patch)
treed70727789566605b25b3e588f47438863893123d /check-guile.in
parent48a0fe4d6bd105bcf959752df4ac8704c9bb218a (diff)
downloadguile-609edba7eaa2bb30df90a09541a48d97ab4a3bf8.tar.gz
disable autocompilation in the test suite
* check-guile.in: Disable autocompilation while working in the test suite, for now at least. We'll enable it again later.
Diffstat (limited to 'check-guile.in')
-rw-r--r--check-guile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-guile.in b/check-guile.in
index 3162fa6fc..dde51b37d 100644
--- a/check-guile.in
+++ b/check-guile.in
@@ -41,7 +41,7 @@ if [ ! -f guile-procedures.txt ] ; then
fi
exec $guile \
- -e main -s "$TEST_SUITE_DIR/guile-test" \
+ --no-autocompile -e main -s "$TEST_SUITE_DIR/guile-test" \
--test-suite "$TEST_SUITE_DIR/tests" \
--log-file check-guile.log "$@"