mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 16:34:39 +00:00
Co-Authored-By: holger krekel <holger@merlinux.eu> Co-Authored-By: link2xt <link2xt@testrun.org>
8 lines
137 B
Bash
Executable File
8 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
pushd doveauth/src/doveauth
|
|
../../venv/bin/pytest
|
|
popd
|
|
|
|
online-tests/venv/bin/pytest online-tests/ -vrx --durations=5
|