summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2010-11-01 22:48:23 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2010-11-01 22:48:23 +0000
commit6b34630f905f1b34c4a43dd342a6ff1183d8cec8 (patch)
tree2aec0c182664472a823c2e61754905e6481ec11f
parent2c1528e3cefff38dcecabdc81062046dc768da7b (diff)
Use -noclipboard to see if that resolves shutdown stability problems
-rwxr-xr-xglean-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/glean-test.sh b/glean-test.sh
index e62bc2f..27a15a6 100755
--- a/glean-test.sh
+++ b/glean-test.sh
@@ -6,7 +6,7 @@ mv current previous
# start xserver and run glean against it, capturing output to /tmp/glean.log
echo >/tmp/glean.log
-xinit `pwd`/glean-wrapper -- :99 -multiwindow >/tmp/xinit.log 2>&1
+xinit `pwd`/glean-wrapper -- :99 -multiwindow -noclipboard >/tmp/xinit.log 2>&1
cat /tmp/glean.log
# crudely summarize pass/fail statistics