1
0
forked from Georg/pyacl
pyacl/scripts/test.sh
Georg Pfuetzenreuter 97299af765
Move test.sh
Align with the other script which is already under scripts/.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-09-20 19:12:28 +02:00

12 lines
320 B
Bash
Executable File

#!/bin/sh -ex
command -v podman
wd='/work'
podman run \
-it \
--pull=always \
--rm \
-v .:/"$wd" \
registry.opensuse.org/home/crameleon/containers/containers/crameleon/pytest-acl:latest \
env PYTHONPATH=/"$wd" pytest --pdb --pdbcls=IPython.terminal.debugger:Pdb -rA -s -v -x "$wd"/tests