Fixed path used for CANTERA_DATA when running regression tests
This commit is contained in:
parent
51a3decaa1
commit
8849b2cd0c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ localenv = env.Clone()
|
|||
localenv.Append(CPPPATH=['#include', '#src', 'shared'])
|
||||
|
||||
os.environ['PYTHONPATH'] = pjoin(os.getcwd(), '..', 'interfaces', 'python')
|
||||
os.environ['CANTERA_DATA'] = pjoin(os.getcwd(), '..', 'data', 'inputs')
|
||||
os.environ['CANTERA_DATA'] = pjoin(os.getcwd(), '..', 'build', 'data')
|
||||
|
||||
class Test(object):
|
||||
_validArgs = set(['arguments', 'options', 'artifacts', 'comparisons',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue