Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/test-ui
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-29 22:58:46 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-29 22:58:46 (GMT)
commit39b5e59f9b937bfc870dff3a570499a140edcad2 (patch)
tree3088205c3470406cc424ec350156946b03ad1f90 /commands/test-ui
parent59df9bd4d22715b03d1b765321021a59ebc9366b (diff)
Rename test command to test-ui
Diffstat (limited to 'commands/test-ui')
-rwxr-xr-xcommands/test-ui13
1 files changed, 13 insertions, 0 deletions
diff --git a/commands/test-ui b/commands/test-ui
new file mode 100755
index 0000000..fb1233e
--- /dev/null
+++ b/commands/test-ui
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+
+import os
+
+import common
+
+from devbot import run
+from devbot import config
+
+common.setup()
+
+test = os.path.join(common.tests_dir, "sugar", "shell.py")
+run.run(["sr-run-test", test, config.logs_dir])