From 759ff87c0cfc1d6fda444ede92906b6fe9cc88d3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 8 Mar 2025 10:14:54 +0000 Subject: [PATCH] Remove GUILE_AUTO_COMPILE=0 from test-env.in As I'm not sure this helps with backtraces. --- test-env.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-env.in b/test-env.in index 2633beb..694f93d 100644 --- a/test-env.in +++ b/test-env.in @@ -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