mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-02 21:39:14 -05:00
5 lines
162 B
Bash
5 lines
162 B
Bash
![]() |
#!/bin/bash -eu
|
||
|
|
||
|
export PYTHONDONTWRITEBYTECODE=yep
|
||
|
TOXSUFFIX="--reporter=subunit | subunit-1to2 | subunit2junitxml --no-passthrough --output-to=results.xml" tox
|