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

@ -95,6 +95,10 @@ pluginpath = os.environ.get('LUMIERA_PLUGIN_PATH')
if testsuites: if testsuites:
testEnv['ENV']['LUMIERA_PLUGIN_PATH'] = pluginpath testEnv['ENV']['LUMIERA_PLUGIN_PATH'] = pluginpath
# specify path to test.conf
testEnv['ENV']['TEST_CONF'] = env.File("test.conf").abspath
testDir = env.Dir('#$BINDIR') testDir = env.Dir('#$BINDIR')
runTest = env.File("test.sh").abspath runTest = env.File("test.sh").abspath