summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-01-27 18:36:26 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-01-27 18:36:26 +0000
commitb40fbc67819e90b2ac9ae4443720453df40ee620 (patch)
treec0a24dc1792b993e1761c693ab2453b2ce4a14d6
parent046ce94a91489c006a46067460d2191b61420efd (diff)
Start server with +iglx to allow indirect GL contexts to be testedHEADmaster
-rwxr-xr-xglean-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/glean-test.sh b/glean-test.sh
index 3a64064..91415ae 100755
--- a/glean-test.sh
+++ b/glean-test.sh
@@ -8,7 +8,7 @@ fi
# start xserver and run glean against it, capturing output to /tmp/glean.log
echo >/tmp/glean.log
-xinit `pwd`/glean-wrapper -- :99 -multiwindow -noclipboard >/tmp/xinit.log 2>&1
+xinit `pwd`/glean-wrapper -- :99 -multiwindow -noclipboard +iglx >/tmp/xinit.log 2>&1
cat /tmp/glean.log
# crudely summarize pass/fail statistics