From 6767b469b99ec4185bdb38cbc3c8b33ad684660e Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Tue, 28 May 2024 23:48:30 +0200 Subject: [PATCH] test: Add some info message when invoked with -n flag Signed-off-by: Siddharth Chandrasekaran --- tests/pytest/run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/pytest/run.sh b/tests/pytest/run.sh index a7354fe..32cc499 100755 --- a/tests/pytest/run.sh +++ b/tests/pytest/run.sh @@ -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_.py]" exit fi