aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-11-10 15:52:33 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-11-18 17:15:27 +0100
commit31737ecff7d5878822fc5eddb1921fc72e332ee9 (patch)
treecd34ab4bca6c622cee4421918ab2d3fbabf16e9c
parentca505ea0fa560d9715e636ddbeab9e1986838d9f (diff)
Add simple wrapper script
Add simple "pyagl" script that wraps running pytest. Bug-AGL: SPEC-3684 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ibdd71359fbdd82f10a277903a86bca5f92d8d9be
-rwxr-xr-xpyagl/scripts/pyagl3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyagl/scripts/pyagl b/pyagl/scripts/pyagl
new file mode 100755
index 0000000..17ac1f5
--- /dev/null
+++ b/pyagl/scripts/pyagl
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/lib/python3.*/site-packages/pyagl/tests
+exec /usr/bin/pytest "$@"