Fixed PYTHONPATH when running tests

This commit is contained in:
Ray Speth 2012-02-23 21:25:09 +00:00
parent 35007e0fc9
commit 9bcc42b758

View file

@ -4,7 +4,7 @@ Import('env','buildTargets','installTargets')
localenv = env.Clone()
localenv.Append(CPPPATH=['#include', '#src', 'shared'])
os.environ['PYTHONPATH'] = pjoin(os.getcwd(), '..', 'Cantera', 'python')
os.environ['PYTHONPATH'] = pjoin(os.getcwd(), '..', 'interfaces', 'python')
os.environ['CANTERA_DATA'] = pjoin(os.getcwd(), '..', 'data', 'inputs')
testNames = []