Files
relay/scripts/test.sh
holger krekel 3058ddc542 fix init.sh and test.sh
use tox for chatmaild non-online tests
2023-10-22 14:48:30 +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 $@