mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Add incognito option to avoid manglign history & logs during tests
This commit is contained in:
parent
6fc6517ccb
commit
008c920db0
4 changed files with 32 additions and 14 deletions
|
@ -322,6 +322,8 @@ while true; do
|
|||
if $TESTALL || $TESTCLIENT; then
|
||||
echo -e "\n${C_BLUE}Testing client:${C_NC} ${CLIENTBIN:=./client/proxmark3}"
|
||||
if ! CheckFileExist "proxmark3 exists" "$CLIENTBIN"; then break; fi
|
||||
# Avoid mangling history and logs
|
||||
CLIENTBIN="$CLIENTBIN --incognito"
|
||||
echo -e "\n${C_BLUE}Testing basic help:${C_NC}"
|
||||
if ! CheckExecute "proxmark help" "$CLIENTBIN -h" "wait"; then break; fi
|
||||
if ! CheckExecute "proxmark help text ISO7816" "$CLIENTBIN -t 2>&1" "ISO7816"; then break; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue