Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/run-ui-tests
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-12 22:46:53 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-12 22:46:53 (GMT)
commit93cd79528320177da718f355eee2d2a6c45b496d (patch)
treef8652ef0df2226f3c4e6fc43b0a647243d739b80 /scripts/run-ui-tests
parenta853daee64dabfee5456b79609181c468acb7c73 (diff)
Run the test script unbuffered
So that we can see the output immediately.
Diffstat (limited to 'scripts/run-ui-tests')
-rwxr-xr-xscripts/run-ui-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-ui-tests b/scripts/run-ui-tests
index b5ce23f..5a38fb6 100755
--- a/scripts/run-ui-tests
+++ b/scripts/run-ui-tests
@@ -24,7 +24,7 @@ xinitpid=$!
sleep 5
-DISPLAY=$display python $testsdir/shell.py
+DISPLAY=$display python -u $testsdir/shell.py
result=$?
kill $xinitpid