Skip to content

Commit

Permalink
pytest: run.sh: Add an option to skip running the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Mar 9, 2024
1 parent ec484ca commit 44f13f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/pytest/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 44f13f2

Please sign in to comment.