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 01:47:32 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-28 01:47:32 (GMT)
commitc7749aeaeafa217c838b65a3848548647aa06e89 (patch)
treeef62915b71e5b4578f1ea60970276e23689615d4 /commands/test
parent224ef97c568300385392e3ca6bf52048dd8a106d (diff)
Generalize a bit how the test command is run
We should be able to use the same logic for other services.
Diffstat (limited to 'commands/test')
-rwxr-xr-xcommands/test5
1 files changed, 2 insertions, 3 deletions
diff --git a/commands/test b/commands/test
index ff4f107..a0707e0 100755
--- a/commands/test
+++ b/commands/test
@@ -9,6 +9,5 @@ from devbot import config
common.setup()
-os.environ["SUGAR_BUILD_DIR"] = os.path.join(common.base_dir)
-
-run.run([os.path.join(common.helpers_dir, "test")])
+run.run([os.path.join(common.helpers_dir, "test"),
+ os.path.join(common.base_dir, "tests", "shell.py")])