mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 12:28:19 +00:00
4 lines
166 B
Bash
Executable File
4 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
OLDBINDIR="${OLDBINDIR:-/app/deploy/global_data/oldBinaries}"
|
|
python3 -m test_harness.app -s ${JOSHUA_SEED} --old-binaries-path ${OLDBINDIR} --use-valgrind
|