mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 03:09:00 -06:00
Update run_pr_builder.sh
Add `-v` again
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user