Skip to content

Commit

Permalink
chore: use --trace-warnings flag when calling node in e2e test (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanmar511 committed Jul 11, 2018
1 parent 046d3ed commit da64079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration_test.go
Expand Up @@ -98,7 +98,7 @@ cd "$TESTDIR"
retry npm install "$PROFILER" >/dev/null
# Run benchmark with agent
GCLOUD_PROFILER_LOGLEVEL=5 GAE_SERVICE={{.Service}} node --require @google-cloud/profiler busybench.js 600
GCLOUD_PROFILER_LOGLEVEL=5 GAE_SERVICE={{.Service}} node --trace-warnings --require @google-cloud/profiler busybench.js 600
# Indicate to test that script has finished running
echo "busybench finished profiling"
Expand Down

0 comments on commit da64079

Please sign in to comment.