summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2020-08-02 19:22:23 +0200
committerStefan Bühler <stbuehler@web.de>2020-08-02 20:05:33 +0200
commit5515bb2a08fb3cc2b9d8c23bc506eee09a4d258c (patch)
tree3a7b689fb688df253a4aadae3b896764f54919d6 /tests/prepare.sh
parente012705b43b9a6077d7441f2eab001c1b980ec59 (diff)
downloadlighttpd-git-5515bb2a08fb3cc2b9d8c23bc506eee09a4d258c.tar.gz
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.
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh2
1 files changed, 2 insertions, 0 deletions
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