2020-03-26 17:33:45 +08:00
|
|
|
#!/bin/sh
|
2021-03-16 08:34:44 +08:00
|
|
|
|
|
|
|
# Simulation currently has memory leaks. We need to investigate before we can enable leak detection in joshua.
|
|
|
|
export ASAN_OPTIONS="detect_leaks=0"
|
|
|
|
|
2020-03-26 17:33:45 +08:00
|
|
|
OLDBINDIR="${OLDBINDIR:-/app/deploy/global_data/oldBinaries}"
|
|
|
|
mono bin/TestHarness.exe joshua-run "${OLDBINDIR}" false
|