mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 07:03:10 -06:00
Enable run-sytest on MacOS
This commit is contained in:
parent
ec21715bba
commit
d53ab5511f
|
|
@ -17,7 +17,7 @@ main() {
|
||||||
|
|
||||||
if [ -d ../sytest ]; then
|
if [ -d ../sytest ]; then
|
||||||
local tmpdir
|
local tmpdir
|
||||||
tmpdir="$(mktemp -d --tmpdir run-systest.XXXXXXXXXX)"
|
tmpdir="$(mktemp -d -t run-systest.XXXXXXXXXX)"
|
||||||
trap "rm -r '$tmpdir'" EXIT
|
trap "rm -r '$tmpdir'" EXIT
|
||||||
|
|
||||||
if [ -z "$DISABLE_BUILDING_SYTEST" ]; then
|
if [ -z "$DISABLE_BUILDING_SYTEST" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue