From e1dd2dd9569153050a04b67bb8929f147ded2ee6 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 19 Jul 2014 08:30:43 +0200 Subject: [PATCH] t/cibuild.sh: Still use TESTS_ENVIRONMENT="./testwrapper.sh". LOG_COMPILER is not supported by older automake versions. --- t/cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/cibuild.sh b/t/cibuild.sh index 61f4a8b..9e21eb2 100755 --- a/t/cibuild.sh +++ b/t/cibuild.sh @@ -17,7 +17,7 @@ case "$CICFLAGS" in # skip regular tests ;; *) - make test + make test TESTS_ENVIRONMENT="./testwrapper.sh" ;; esac -- 2.30.2