diff options
-rwxr-xr-x | src/systemc/tests/verify.py | 2 |
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()): |