diff options
Diffstat (limited to 'common/scripts')
-rwxr-xr-x | common/scripts/pyagl-regular-lava.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/pyagl-regular-lava.sh b/common/scripts/pyagl-regular-lava.sh index db1799c..a64d9d8 100755 --- a/common/scripts/pyagl-regular-lava.sh +++ b/common/scripts/pyagl-regular-lava.sh @@ -2,6 +2,6 @@ # for now play safe and only expect ethernet export AGL_AVAILABLE_INTERFACES="ethernet" -pytest --color=no --show-capture=no -k regular /usr/lib/python?.?/site-packages/pyagl/tests/ -L +pytest --color=no --show-capture=no -k "regular and not hwrequired" /usr/lib/python?.?/site-packages/pyagl/tests/ -L |