diff options
Diffstat (limited to 'support/testing')
-rwxr-xr-x | support/testing/run-tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/testing/run-tests b/support/testing/run-tests index 95c1565f72..ae0bd336b5 100755 --- a/support/testing/run-tests +++ b/support/testing/run-tests @@ -108,8 +108,8 @@ def main(): nose2_args = ["-v", "-N", str(args.testcases), - "-s", "support/testing", - "-c", "support/testing/conf/unittest.cfg"] + "-s", test_dir, + "-c", os.path.join(test_dir, "conf/unittest.cfg")] if len(args.testname) != 0: nose2_args += args.testname |