mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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
|