meow circle

This commit is contained in:
Ethan Buchman
2016-08-05 19:59:29 -04:00
parent 6fef314423
commit 5ab3336c91
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ BRANCH=`git rev-parse --abbrev-ref HEAD`
if [[ "$BRANCH" == "master" || $(echo "$BRANCH" | grep "release-") != "" ]]; then
echo ""
echo "* branch $BRANCH; running mintnet/netmon throughput benchmark"
bash tests/net/test.sh
bash test/net/test.sh
fi