aboutsummaryrefslogtreecommitdiffstats
path: root/common/scripts/pyagl-hwrequired-lava.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common/scripts/pyagl-hwrequired-lava.sh')
-rwxr-xr-xcommon/scripts/pyagl-hwrequired-lava.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/scripts/pyagl-hwrequired-lava.sh b/common/scripts/pyagl-hwrequired-lava.sh
new file mode 100755
index 0000000..8477b64
--- /dev/null
+++ b/common/scripts/pyagl-hwrequired-lava.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+pytest --show-capture=no --color=no -k hwrequired /usr/lib/python?.?/site-packages/pyagl/tests/ -L
+
+