diff --git a/tests/pytest/run.sh b/tests/pytest/run.sh index 445e57b..2581705 100755 --- a/tests/pytest/run.sh +++ b/tests/pytest/run.sh @@ -17,5 +17,9 @@ pushd ../../python python3 setup.py install popd +if [[ "$1" == "-n" ]]; then + exit +fi + echo "[-] Running tests capturing all output.." pytest -vv --show-capture=all