Skip to content

Commit

Permalink
test: Add some info message when invoked with -n flag
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed May 28, 2024
1 parent 6e33133 commit 6767b46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/pytest/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ echo "[-] Installing libosdp.."
pip install ../../python

if [[ "$1" == "-n" ]]; then
echo "To run tests do:"
echo
echo "cd ${PYTEST_DIR}"
echo "source .venv/bin/activate"
echo "pytest -vv --show-capture=all [test_<name>.py]"
exit
fi

Expand Down

0 comments on commit 6767b46

Please sign in to comment.