diff --git a/spanner/emulator_test.sh b/spanner/emulator_test.sh index 3afc8e8dd86..f24d81a9c89 100755 --- a/spanner/emulator_test.sh +++ b/spanner/emulator_test.sh @@ -43,4 +43,4 @@ function cleanup() { } trap cleanup EXIT -go test -v -timeout 10m ./... -run '^TestIntegration_' 2>&1 | tee sponge_log.log +go test -v -timeout 10m ./... -run '^TestIntegration_' 2>&1 | tee -a sponge_log.log