From 93cd79528320177da718f355eee2d2a6c45b496d Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 12 Nov 2012 22:46:53 +0000 Subject: Run the test script unbuffered So that we can see the output immediately. --- (limited to 'scripts') 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 -- cgit v0.9.1