Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run-tests
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-15 20:00:42 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-15 20:00:42 (GMT)
commitc74570b8e0a42bda292e398c2bb7233044b37a7a (patch)
tree5237ed436f53e94f917157fb4771f27742a1372f /commands/run-tests
parent02da7afee9ffd79775f6a571f4cf25a444d31ac9 (diff)
No point in passing commands dir to devbot
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)