add removing bc_config in cleanup

pull/258/head
Minh Doan 6 years ago committed by Minh Doan
parent 0420868553
commit a4a09f6fd9
  1. 2
      test/deploy.sh

@ -22,6 +22,8 @@ function cleanup() {
echo 'Killed process: '$pid
$DRYRUN kill -9 $pid 2> /dev/null
done
# Remove bc_config.json before starting experiment.
rm -f bc_config.json
}
function killnode() {

Loading…
Cancel
Save