summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 750ce58a5a..d4cb111b7c 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -918,6 +918,8 @@ fi
scriptPath=$(dirname $0)
${scriptPath}/setup-runtime-dependencies.sh --outputDir=$coreOverlayDir
+export __TestEnv=$testEnv
+
cd "$testRootDir"
time_start=$(date +"%s")
if [ -z "$testDirectories" ]