SCons: feed test.conf to test.sh (for correct output filtering)

This commit is contained in:
Fischlurch 2010-02-15 03:25:01 +01:00
parent f75964c5ba
commit 9f2affb41b

View file

@ -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