⚗️ add server marks to shell script too

This commit is contained in:
Ondřej Samohel 2025-04-16 12:32:32 +02:00
parent 023482db3c
commit caf3eb58b8
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -186,7 +186,7 @@ run_command () {
run_tests () { run_tests () {
echo -e "${BIGreen}>>>${RST} Running tests..." echo -e "${BIGreen}>>>${RST} Running tests..."
shift; # will remove first arg ("run-tests") from the "$@" shift; # will remove first arg ("run-tests") from the "$@"
"$POETRY_HOME/bin/poetry" run pytest ./tests "$POETRY_HOME/bin/poetry" run pytest ./tests -m "not server"
} }
main () { main () {