From a5c67ea4e62584302707f9cef301d31a2772e0a5 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Fri, 18 Sep 2020 18:51:12 +0200 Subject: [PATCH] Make sure throw works inside a job --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 81dd22f8f..ecc9646d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -209,7 +209,7 @@ build_script: $TestTime=[System.Environment]::TickCount ExecWSLCmd "make clean;make V=1" #some checks - if(!(Test-Path "$env:wsl_git_path\client\proxmark3")){ + if(!(Test-Path "$env:wsl_git_path\client\proxmark3fail")){ throw "Main file proxmark3 not exists." }