version bump and release branch

This commit is contained in:
Ethan Buchman
2016-08-05 19:15:14 -04:00
parent 6643e4969f
commit 6fef314423
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ echo "* running basic peer tests"
bash test/p2p/test.sh tester
BRANCH=`git rev-parse --abbrev-ref HEAD`
if [[ "$BRANCH" == "master" || "$BRANCH" == "staging" ]]; then
if [[ "$BRANCH" == "master" || $(echo "$BRANCH" | grep "release-") != "" ]]; then
echo ""
echo "* branch $BRANCH; running mintnet/netmon throughput benchmark"
bash tests/net/test.sh