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:
parent
97b18a6640
commit
33002867d7
1 changed files with 1 additions and 0 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue