Fixed python-diamond test that was failing because of an incorrect path
This commit is contained in:
parent
bd3adf4afe
commit
d910af2e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ CompileAndTest('VPsilane_test', 'VPsilane_test', 'VPsilane_test', 'output_blesse
|
|||
# Python Tests
|
||||
if localenv['python_package'] == 'full':
|
||||
Test('python-diamond', 'python', '$python_cmd', None,
|
||||
options='../../Cantera/python/examples/surface_chemistry/diamond_cvd/diamond.py',
|
||||
options='../../samples/python/surface_chemistry/diamond_cvd/diamond.py',
|
||||
comparisons=[('diamond_blessed.csv', 'diamond.csv')],
|
||||
artifacts=['diamond.xml'])
|
||||
Test('python-frac', 'python', '$python_cmd', 'frac_blessed.out',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue