small fixes

This commit is contained in:
Alex Dadgar
2017-07-22 12:25:02 -07:00
parent b6451f2d07
commit 3cb16aa9a8
2 changed files with 7 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ PING_LOOP_PID=$!
trap "kill $PING_LOOP_PID" EXIT HUP INT QUIT TERM
GOTEST_FLAGS="-parallel=8" make test
GOTEST_FLAGS="-parallel=4" make test
TEST_OUTPUT=$?
kill $PING_LOOP_PID