mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 04:35:56 -05:00
5 lines
162 B
Bash
Executable File
5 lines
162 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
export PYTHONDONTWRITEBYTECODE=yep
|
|
TOXSUFFIX="--reporter=subunit | subunit-1to2 | subunit2junitxml --no-passthrough --output-to=results.xml" tox
|