mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 12:28:19 +00:00
11 lines
386 B
Bash
Executable File
11 lines
386 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Simulation currently has memory leaks. We need to investigate before we can enable leak detection in joshua.
|
|
export ASAN_OPTIONS="detect_leaks=0"
|
|
|
|
OLDBINDIR="${OLDBINDIR:-/app/deploy/global_data/oldBinaries}"
|
|
#mono bin/TestHarness.exe joshua-run "${OLDBINDIR}" false
|
|
|
|
# export RARE_PRIORITY=20
|
|
python3 -m test_harness.app -s ${JOSHUA_SEED} --old-binaries-path ${OLDBINDIR}
|