mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Make sure throw works inside a job
This commit is contained in:
parent
93848d5a1c
commit
a5c67ea4e6
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ build_script:
|
||||||
$TestTime=[System.Environment]::TickCount
|
$TestTime=[System.Environment]::TickCount
|
||||||
ExecWSLCmd "make clean;make V=1"
|
ExecWSLCmd "make clean;make V=1"
|
||||||
#some checks
|
#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."
|
throw "Main file proxmark3 not exists."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue