parent
82c2e6b634
commit
773afc5f17
|
@ -175,7 +175,7 @@ function runE2eTests(appDir, protractorConfigFilename, outputFile ) {
|
||||||
// Ugh... proc.kill does not work properly on windows with child processes.
|
// Ugh... proc.kill does not work properly on windows with child processes.
|
||||||
// appRun.proc.kill();
|
// appRun.proc.kill();
|
||||||
treeKill(appRunSpawnInfo.proc.pid);
|
treeKill(appRunSpawnInfo.proc.pid);
|
||||||
return true;
|
return !data;
|
||||||
}).fail(function(err) {
|
}).fail(function(err) {
|
||||||
// Ugh... proc.kill does not work properly on windows with child processes.
|
// Ugh... proc.kill does not work properly on windows with child processes.
|
||||||
// appRun.proc.kill();
|
// appRun.proc.kill();
|
||||||
|
|
Loading…
Reference in New Issue