Files
relay/scripts/test.sh
holger krekel 3716f2e429 fix init.sh and test.sh
use tox for chatmaild non-online tests
2023-10-21 12:22:21 +02:00

12 lines
124 B
Bash
Executable File

#!/bin/bash
pushd chatmaild
tox
popd
pushd deploy-chatmail
tox
popd
venv/bin/pytest tests/online -vrx --durations=5 $@