Skip to content

Commit

Permalink
Check that we're in the environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jul 25, 2024
1 parent b66bdbc commit 9db4379
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions experiment/sapling/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

set -e

if [[ -z ${FUZZER_MACHINE} ]]; then
echo "Did you remember to source experiments/MY_MACHINE/env.sh? (For an appropriate value of MY_MACHINE)"
exit 1
fi

# Currently we give everything equal testing
export FUZZER_TEST_COUNT=10000
export FUZZER_OP_COUNT=1000
Expand Down

0 comments on commit 9db4379

Please sign in to comment.