From 5515bb2a08fb3cc2b9d8c23bc506eee09a4d258c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sun, 2 Aug 2020 19:22:23 +0200 Subject: scons: fix check environment if os.environ is a special class the scons.Environment Clone() doesn't work properly. show builddir in prepare.sh so we can actually see it works. --- tests/prepare.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/prepare.sh') diff --git a/tests/prepare.sh b/tests/prepare.sh index f2fc3b83..98595230 100755 --- a/tests/prepare.sh +++ b/tests/prepare.sh @@ -10,6 +10,8 @@ if test "x${top_builddir}" = "x"; then top_builddir=.. fi +echo "Testing in build directory: '${top_builddir}' and cwd: '$(pwd)'" + tmpdir="${top_builddir}/tests/tmp/lighttpd" # create test-framework -- cgit v1.2.1