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