switch off whisper for tests

This commit is contained in:
zelig 2015-01-03 20:49:05 +00:00
parent b44289ec12
commit ca719a2711

View file

@ -3,7 +3,7 @@
# launched by run.sh # launched by run.sh
function peer { function peer {
rm -rf $DIR/$1 rm -rf $DIR/$1
ARGS="-datadir $DIR/$1 -debug debug -seed=false -id test$1" ARGS="-datadir $DIR/$1 -debug debug -seed=false -shh=false -id test$1"
if [ "" != "$2" ]; then if [ "" != "$2" ]; then
chain="chains/$2.chain" chain="chains/$2.chain"
echo "import chain $chain" echo "import chain $chain"