chore: make protractor report failed suites

closes #1242
This commit is contained in:
Foxandxss 2016-05-02 10:36:10 +02:00 committed by Ward Bell
parent 82c2e6b634
commit 773afc5f17
1 changed files with 1 additions and 1 deletions

View File

@ -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();