From ca7053745370d7ee50b35dd0e01ee370fc78b747 Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 24 Oct 2023 21:53:23 +0200 Subject: [PATCH] added full path to tox --- scripts/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index 32f25566..7df894ac 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,4 +1,4 @@ #!/bin/bash -tox -c chatmaild -tox -c deploy-chatmail +venv/bin/tox -c chatmaild +venv/bin/tox -c deploy-chatmail venv/bin/pytest tests/online -vrx --durations=5 $@