Remove GUILE_AUTO_COMPILE=0 from test-env.in

As I'm not sure this helps with backtraces.
This commit is contained in:
Christopher Baines 2025-03-08 10:14:54 +00:00
parent 3841b452a4
commit 759ff87c0c

View file

@ -7,8 +7,6 @@ GUILE_LOAD_COMPILED_PATH="${abs_top_builddir}/tests${GUILE_LOAD_COMPILED_PATH:+:
GUILE_LOAD_PATH="$abs_top_builddir/tests:$abs_top_srcdir${GUILE_LOAD_PATH:+:}$abs_top_builddir:$abs_top_srcdir${GUILE_LOAD_PATH:+:}:$GUILE_LOAD_PATH"
export GUILE_LOAD_COMPILED_PATH GUILE_LOAD_PATH
export GUILE_AUTO_COMPILE=0
PATH="$abs_top_builddir:$PATH"
export PATH