From 9f2affb41b968598cf07559f85f435379a86f049 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 15 Feb 2010 03:25:01 +0100 Subject: [PATCH] SCons: feed test.conf to test.sh (for correct output filtering) --- tests/SConscript | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/SConscript b/tests/SConscript index 0a3b5e314..516aa3f2a 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -94,6 +94,10 @@ if testsuites: pluginpath = os.environ.get('LUMIERA_PLUGIN_PATH') if testsuites: testEnv['ENV']['LUMIERA_PLUGIN_PATH'] = pluginpath + +# specify path to test.conf +testEnv['ENV']['TEST_CONF'] = env.File("test.conf").abspath + testDir = env.Dir('#$BINDIR') runTest = env.File("test.sh").abspath