ci: fix exitcode check in appveyor.yml

This commit is contained in:
Eric Wasylishen 2021-09-19 22:38:26 -06:00
parent ab23e8cac5
commit 45201118d5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ build_script:
. "C:\Program Files\Git\usr\bin\bash.exe" .\automatated_tests.sh
if ( $? -eq $false ) {
if ( $LastExitCode -ne 0 ) {
throw "automatated_tests.sh failed"
}
artifacts: