mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-10 09:56:49 +00: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
|