mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
fix pm3test.sh
This commit is contained in:
parent
a78839a644
commit
b5e1408e4c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ while true; do
|
||||||
if ! CheckFileExist "proxmark3 exists" "./client/proxmark3"; then break; fi
|
if ! CheckFileExist "proxmark3 exists" "./client/proxmark3"; then break; fi
|
||||||
if ! CheckFileExist "arm image exists" "./armsrc/obj/fullimage.elf"; then break; fi
|
if ! CheckFileExist "arm image exists" "./armsrc/obj/fullimage.elf"; then break; fi
|
||||||
if ! CheckFileExist "bootrom exists" "./bootrom/obj/bootrom.elf"; then break; fi
|
if ! CheckFileExist "bootrom exists" "./bootrom/obj/bootrom.elf"; then break; fi
|
||||||
if ! CheckFileExist "hardnested tables exists" "./client/hardnested/tables/*.z"; then break; fi
|
if ! CheckFileExist "hardnested tables exists" "./client/resources/hardnested_tables/*.z"; then break; fi
|
||||||
|
|
||||||
printf "\n${C_BLUE}Testing basic help:${C_NC}\n"
|
printf "\n${C_BLUE}Testing basic help:${C_NC}\n"
|
||||||
if ! CheckExecute "proxmark help" "./client/proxmark3 -h" "wait"; then break; fi
|
if ! CheckExecute "proxmark help" "./client/proxmark3 -h" "wait"; then break; fi
|
||||||
|
|
Loading…
Reference in a new issue