From 7dd6d82bba4302bf403226e639e0f50e3c5c70c1 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Tue, 17 Apr 2018 21:07:53 -0700 Subject: [PATCH] remove verbose flag (#2067) --- clients/ts/FunctionalTests/selenium/run-ci-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/ts/FunctionalTests/selenium/run-ci-tests.ts b/clients/ts/FunctionalTests/selenium/run-ci-tests.ts index 044cf9e2e7..7e7d1050af 100644 --- a/clients/ts/FunctionalTests/selenium/run-ci-tests.ts +++ b/clients/ts/FunctionalTests/selenium/run-ci-tests.ts @@ -80,9 +80,9 @@ if (configuration) { args.push("--configuration"); args.push(configuration); } - +if (verbose) { args.push("--verbose"); - +} let command = "npm";