konstantinvlasenko / PowerSlim

Fitnesse Slim implementation in PowerShell. PowerSlim makes it possible to use PowerShell in the acceptance testing
powerslim.org
GNU General Public License v3.0
48 stars 21 forks source link

SLIM_ABORT_TEST hangs in remote mode #89

Open EKibort opened 7 years ago

EKibort commented 7 years ago

When powerslim work in remote mode and WebException trown the SLIM_ABORT_TEST variable never resets. Quick solution comment out this code.

if($_.Exception -is [System.Net.WebException]){ $script:SLIM_ABORT_TEST = $true "__EXCEPTION__:ABORT_SLIM_TEST:message:<<$($_.Exception.Message)>>" }else{ "__EXCEPTION__:UnhandledException:message:<<$($_.Exception.ToString())>>" }

dtrefilov-piterbyte commented 7 years ago

дико поддерживаю

konstantinvlasenko commented 7 years ago

ok. I'll check what this code is doing...