From 6b34630f905f1b34c4a43dd342a6ff1183d8cec8 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Mon, 1 Nov 2010 22:48:23 +0000 Subject: Use -noclipboard to see if that resolves shutdown stability problems --- glean-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3