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-12-27 18:53:16 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-27 18:53:16 (GMT)
commitc9766d61d99cb64e47a1f30ee2fbc94aee5d28ab (patch)
tree379b1258ce6d6be4226ca1f2c2719a733ab08def /commands
parente60122f2e4a31ab4f4b39e0a2b6358afaca43f4f (diff)
Always run tests in a virtual server
Diffstat (limited to 'commands')
-rwxr-xr-xcommands/run-tests4
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/run-tests b/commands/run-tests
index a000f3b..ace868f 100755
--- a/commands/run-tests
+++ b/commands/run-tests
@@ -17,10 +17,8 @@ def _run_ui_tests():
profile_path = os.path.expanduser("~/.sugar/uitests")
shutil.rmtree(profile_path, ignore_errors=True)
- virtual = "SUGAR_BUILDBOT" in os.environ
test_path = os.path.join(common.base_dir, "tests", "sugar", "shell.py")
-
- result = run.run_test("sugar-runner", test_path, virtual)
+ result = run.run_test("sugar-runner", test_path)
logs_path = os.path.join(profile_path, "logs")
run.collect_logs(logs_path)