Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-29 18:58:42 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-29 18:58:42 (GMT)
commit69982ce0d1b712ccfe5797fb83721ab856ec951b (patch)
treeb7bafcd29292a7b7defaa79369e90eeefaa17285 /commands
parent747b165600dd1c7787ca0aed73d6f75a69959961 (diff)
Move the sugar tests
To make space for the devbot ones
Diffstat (limited to 'commands')
-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])