summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2010-08-31 19:47:27 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2010-08-31 19:50:18 +0100
commitd4a0e1cacccd876ea0de1738f7cd8b6c0fc656bd (patch)
tree0555015a5134c65be1d78120699eb41bf1944e45
parent445104393866a0b3ecb6228b01b99358337d8893 (diff)
Report the contents of the glean log file
-rwxr-xr-xglean-test.sh2
-rwxr-xr-xglean-wrapper4
2 files changed, 4 insertions, 2 deletions
diff --git a/glean-test.sh b/glean-test.sh
index 950d50e..85daf5a 100755
--- a/glean-test.sh
+++ b/glean-test.sh
@@ -1,2 +1,4 @@
#!/bin/sh
+rm /tmp/glean.log
xinit `pwd`/glean-wrapper -- :99 -multiwindow >/tmp/startx.log 2>&1
+cat /tmp/glean.log
diff --git a/glean-wrapper b/glean-wrapper
index ae1f84f..3cb296c 100755
--- a/glean-wrapper
+++ b/glean-wrapper
@@ -1,5 +1,5 @@
#!/bin/sh
-echo glean -r direct -o --quick >/tmp/glean.log
-$JHBUILD_CHECKOUTROOT/glean/bin/glean -r direct -o --quick >>/tmp/glean.log 2>&1
+echo glean -r tinderbox -o --quick >/tmp/glean.log
+$JHBUILD_CHECKOUTROOT/glean/bin/glean -r tinderbox -o --quick >>/tmp/glean.log 2>&1
echo "exit code" $? >>/tmp/glean.log
# run again with LIBGL_ALWAYS_INDIRECT=1 ?