summaryrefslogtreecommitdiff
path: root/glean-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'glean-wrapper')
-rwxr-xr-xglean-wrapper5
1 files changed, 3 insertions, 2 deletions
diff --git a/glean-wrapper b/glean-wrapper
index 5a0002e..1742f78 100755
--- a/glean-wrapper
+++ b/glean-wrapper
@@ -8,8 +8,9 @@ echo ================== >>/tmp/glean.log
glxinfo | grep -E "OpenGL [[:alpha:]]* string" >>/tmp/glean.log
glxinfo | grep -E "direct" >>/tmp/glean.log
+GLEANARGS='-r current -o --quick --tests -vertattrib'
echo ================== >>/tmp/glean.log
-echo Running 'glean -r current -o --quick' >>/tmp/glean.log
+echo Running \'glean $GLEANARGS\' >>/tmp/glean.log
echo ================== >>/tmp/glean.log
-$JHBUILD_CHECKOUTROOT/glean/bin/glean -r current -o --quick >>/tmp/glean.log 2>&1
+$JHBUILD_CHECKOUTROOT/glean/bin/glean $GLEANARGS >>/tmp/glean.log 2>&1