changefile remove silent on bash test

int

int
This commit is contained in:
rigel rozanski 2017-07-13 16:47:19 -04:00 committed by Ethan Frey
parent 7bdf44c987
commit 463f2dca30
2 changed files with 3 additions and 7 deletions

View File

@ -27,9 +27,9 @@ test_unit:
test_cli: tests/cli/shunit2
# sudo apt-get install jq
@./tests/cli/basictx.sh
@./tests/cli/counter.sh
@./tests/cli/restart.sh
./tests/cli/basictx.sh
./tests/cli/counter.sh
./tests/cli/restart.sh
# @./tests/cli/ibc.sh
test_tutorial: docs/guide/shunit2

View File

@ -83,10 +83,6 @@ func readCounterTxFlags() (tx basecoin.Tx, err error) {
return tx, err
}
<<<<<<< HEAD
tx = counter.NewTx(viper.GetBool(FlagValid), feeCoins, viper.GetInt(bcmd.FlagSequence))
=======
tx = counter.NewTx(viper.GetBool(FlagValid), feeCoins)
>>>>>>> working sequence number with errors
return tx, nil
}