Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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