summaryrefslogtreecommitdiffstats
path: root/support/testing
diff options
context:
space:
mode:
Diffstat (limited to 'support/testing')
-rwxr-xr-xsupport/testing/run-tests4
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
OpenPOWER on IntegriCloud