1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

fix check-guile.in for default vm change

* check-guile.in: Make the --debug fix in the source file, not the
  generated file. Grr.
This commit is contained in:
Andy Wingo 2010-09-28 10:03:55 +02:00
parent 97b18a6640
commit 33002867d7

View file

@ -42,6 +42,7 @@ if [ ! -f guile-procedures.txt ] ; then
fi
exec $guile \
--debug \
--no-autocompile -e main -s "$TEST_SUITE_DIR/guile-test" \
--test-suite "$TEST_SUITE_DIR/tests" \
--log-file check-guile.log "$@"