ci: fix exitcode check in appveyor.yml
This commit is contained in:
parent
ab23e8cac5
commit
45201118d5
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue