Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/test
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-28 12:17:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-28 12:17:21 (GMT)
commitc3f2927c630e19a408805e294e383d48cce45250 (patch)
tree1507be2c7d719bfe4ed84388a6cf23b11621ddbe /commands/test
parent8813f6d44eac5be4fb414dd3d6e50cc49f3e7aaa (diff)
Use sr-run-test
Diffstat (limited to 'commands/test')
-rwxr-xr-xcommands/test4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/test b/commands/test
index a0707e0..0acfa09 100755
--- a/commands/test
+++ b/commands/test
@@ -9,5 +9,5 @@ from devbot import config
common.setup()
-run.run([os.path.join(common.helpers_dir, "test"),
- os.path.join(common.base_dir, "tests", "shell.py")])
+test = os.path.join(common.tests_dir, "shell.py")
+run.run(["sr-run-test", test, config.logs_dir])