Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'commands/run-tests')
-rwxr-xr-xcommands/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/run-tests b/commands/run-tests
index 3f92681..d09f621 100755
--- a/commands/run-tests
+++ b/commands/run-tests
@@ -17,7 +17,7 @@ def _run_ui_tests():
shutil.rmtree(profile_path, ignore_errors=True)
virtual = "SUGAR_BUILDBOT" in os.environ
- test_path = os.path.join(common.tests_dir, "sugar", "shell.py")
+ test_path = os.path.join(common.base_dir, "tests", "sugar", "shell.py")
result = run.run_test("sugar-runner", test_path, virtual)