test: split up test/net/test.sh

This commit is contained in:
Ethan Buchman
2017-01-13 03:57:46 -05:00
parent 9123e63a33
commit ab1fa4db8c
4 changed files with 68 additions and 56 deletions

View File

@@ -27,6 +27,8 @@ bash test/p2p/test.sh tester
BRANCH=`git rev-parse --abbrev-ref HEAD`
if [[ $(echo "$BRANCH" | grep "release-") != "" ]]; then
echo ""
echo "* branch $BRANCH; running mintnet/netmon throughput benchmark"
bash test/net/test.sh
echo "TODO: run network tests"
#echo "* branch $BRANCH; running mintnet/netmon throughput benchmark"
# TODO: replace mintnet
#bash test/net/test.sh
fi