From 773afc5f174cd92e9e96c160c2e035e1bedfd7fc Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Mon, 2 May 2016 10:36:10 +0200 Subject: [PATCH] chore: make protractor report failed suites closes #1242 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 817ca32830..88894a0069 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -175,7 +175,7 @@ function runE2eTests(appDir, protractorConfigFilename, outputFile ) { // Ugh... proc.kill does not work properly on windows with child processes. // appRun.proc.kill(); treeKill(appRunSpawnInfo.proc.pid); - return true; + return !data; }).fail(function(err) { // Ugh... proc.kill does not work properly on windows with child processes. // appRun.proc.kill();