Fitnesse Slim implementation in PowerShell. PowerSlim makes it possible to use PowerShell in the acceptance testing
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
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())>>" }