Enable iter test (#4542)

automerge
This commit is contained in:
Jack May
2019-06-07 16:44:14 -07:00
committed by Grimes
parent 8435fbfa0b
commit 66c41b3e8c
7 changed files with 26 additions and 10 deletions

View File

@ -19,6 +19,9 @@ source scripts/ulimit-n.sh
# Clear cached json keypair files
rm -rf "$HOME/.config/solana"
# Clear the BPF sysroot files, they are not automatically rebuilt
rm -rf target/xargo # Issue #3105
# Run tbe appropriate test based on entrypoint
testName=$(basename "$0" .sh)
case $testName in