Update run_pr_builder.sh

Add `-v` again
This commit is contained in:
Erik Arvidsson
2017-01-27 18:03:00 -08:00
committed by GitHub
parent 8d0cd2c109
commit b287ad9462

View File

@@ -35,11 +35,11 @@ popd
# The integration test only works after the node tests because the node tests sets up samples/js/node_modules
SAMPLES_JS=github.com/attic-labs/noms/samples/js
go test ${SAMPLES_JS}/aggregate
go test ${SAMPLES_JS}/counter
go test -v ${SAMPLES_JS}/aggregate
go test -v ${SAMPLES_JS}/counter
# This test fails
#go test -v ${SAMPLES_JS}/fs
go test ${SAMPLES_JS}/url_fetch
go test -v ${SAMPLES_JS}/url_fetch
python -m unittest discover -p "*_test.py" -s $GOPATH/src/github.com/attic-labs/noms/tools