Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/test
diff options
context:
space:
mode:
Diffstat (limited to 'commands/test')
-rwxr-xr-xcommands/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/test b/commands/test
index 0acfa09..fb1233e 100755
--- a/commands/test
+++ b/commands/test
@@ -9,5 +9,5 @@ from devbot import config
common.setup()
-test = os.path.join(common.tests_dir, "shell.py")
+test = os.path.join(common.tests_dir, "sugar", "shell.py")
run.run(["sr-run-test", test, config.logs_dir])