From da64079758179ef9c9c4e28c36c78eb88a29d464 Mon Sep 17 00:00:00 2001 From: Margaret Nolan Date: Wed, 11 Jul 2018 07:20:55 -0700 Subject: [PATCH] chore: use --trace-warnings flag when calling node in e2e test (#251) --- testing/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration_test.go b/testing/integration_test.go index 9ab6b0b7..0cf7a0e0 100644 --- a/testing/integration_test.go +++ b/testing/integration_test.go @@ -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"