mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
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.
This commit is contained in:
parent
48a0fe4d6b
commit
609edba7ea
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue