mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03: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
|