From 3aeea67f373fde8a05cd8a72367a48f1d3a4288d Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 21 Jun 2022 11:02:07 +0200 Subject: Add podman local test runner --- podman/testdata/testscript.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 podman/testdata/testscript.sh (limited to 'podman/testdata') diff --git a/podman/testdata/testscript.sh b/podman/testdata/testscript.sh new file mode 100755 index 0000000..cd07d8f --- /dev/null +++ b/podman/testdata/testscript.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e +git clone /data/git git +cd git +python3 -m pip install pytest-parallel +python3 -m pytest --workers auto + -- cgit