mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
pushd doveauth/src/doveauth
|
|
../../venv/bin/pytest
|
|
popd
|
|
online-tests/venv/bin/pytest online-tests/
|