Skip to content

Commit 2e23291

Browse files
committed
regtest: incorrect path check on py_ad reg testing
1 parent dc6520e commit 2e23291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reg_tests/executeAerodynPyRegressionCase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191

9292
# create the local output directory and initialize it with input files
93-
if not os.path.isdir(dst):
93+
if not os.path.isdir(testBuildDirectory):
9494
rtl.copyTree(inputsDirectory, testBuildDirectory, renameDict={'py_ad_driver.out':'py_ad_driver_ref.out'})
9595
# , excludeExt=['.out','.outb'])
9696

0 commit comments

Comments
 (0)