From e79209e1f4979e794c1d64289d560a2fd108d12d Mon Sep 17 00:00:00 2001 From: merlokk Date: Sun, 24 Dec 2017 01:11:43 +0200 Subject: [PATCH] fixed condition --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b212318e..f5ae2c70 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -277,9 +277,11 @@ test_script: ExecTest "hf mf hardnested" "hf mf hardnested" {bash -lc "cd ~/client;proxmark3 comx -c 'hf mf hardnested t 1 000000000000'"} "found:" + #proxmark crypto tests - ExecTest "hf emv test" "hf emv test" {bash -lc "cd ~/client;proxmark3 comx -c 'hf emv test'"} "[OK]" + ExecTest "hf emv test" "hf emv test" {bash -lc "cd ~/client;proxmark3 comx -c 'hf emv test'"} "Tests ?OK" + if ($global:TestsPassed) { Write-Host "Tests [ OK ]" -ForegroundColor Green -- 2.39.2