summaryrefslogtreecommitdiff
path: root/src/systemc/tests/verify.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/tests/verify.py')
-rwxr-xr-xsrc/systemc/tests/verify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemc/tests/verify.py b/src/systemc/tests/verify.py
index 87c5d127e..c9ede77a0 100755
--- a/src/systemc/tests/verify.py
+++ b/src/systemc/tests/verify.py
@@ -165,7 +165,7 @@ class RunPhase(TestPhaseBase):
'--quiet',
config_path,
'--working-dir',
- os.path.dirname(test.src_dir())
+ os.path.dirname(test.dir())
])
# Ensure the output directory exists.
if not os.path.exists(test.m5out_dir()):