SCons: feed test.conf to test.sh (for correct output filtering)
This commit is contained in:
parent
f75964c5ba
commit
9f2affb41b
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue