mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 06:21:49 +01:00
4 lines
162 B
Bash
Executable file
4 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
|