clean up /tmp/harmony before running experiment

pull/293/head
Minh Doan 6 years ago committed by Minh Doan
parent 94a17e5b2a
commit 2330504e13
  1. 1
      test/deploy.sh

@ -24,6 +24,7 @@ function cleanup() {
done done
# Remove bc_config.json before starting experiment. # Remove bc_config.json before starting experiment.
rm -f bc_config.json rm -f bc_config.json
rm -rf /tmp/harmony*
} }
function killnode() { function killnode() {

Loading…
Cancel
Save