mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +08:00
Add fulltext test
This commit is contained in:
parent
c7e47a721d
commit
a2fa5cbc44
2 changed files with 2 additions and 0 deletions
|
@ -464,6 +464,7 @@ static void dumpAllHelp(int markdown, bool full_help) {
|
||||||
command_t *cmds = getTopLevelCommandTable();
|
command_t *cmds = getTopLevelCommandTable();
|
||||||
dumpCommandsRecursive(cmds, markdown, full_help);
|
dumpCommandsRecursive(cmds, markdown, full_help);
|
||||||
session.help_dump_mode = false;
|
session.help_dump_mode = false;
|
||||||
|
PrintAndLogEx(NORMAL, "Full help dump done.");
|
||||||
}
|
}
|
||||||
#endif //LIBPM3
|
#endif //LIBPM3
|
||||||
|
|
||||||
|
|
|
@ -338,6 +338,7 @@ while true; do
|
||||||
if ! CheckExecute "proxmark help" "$CLIENTBIN -h" "wait"; then break; fi
|
if ! CheckExecute "proxmark help" "$CLIENTBIN -h" "wait"; then break; fi
|
||||||
if ! CheckExecute "proxmark help text ISO7816" "$CLIENTBIN -t 2>&1" "ISO7816"; then break; fi
|
if ! CheckExecute "proxmark help text ISO7816" "$CLIENTBIN -t 2>&1" "ISO7816"; then break; fi
|
||||||
if ! CheckExecute "proxmark help text hardnested" "$CLIENTBIN -t 2>&1" "hardnested"; then break; fi
|
if ! CheckExecute "proxmark help text hardnested" "$CLIENTBIN -t 2>&1" "hardnested"; then break; fi
|
||||||
|
if ! CheckExecute "proxmark full help dump" "$CLIENTBIN --fulltext 2>&1" "Full help dump done"; then break; fi
|
||||||
|
|
||||||
echo -e "\n${C_BLUE}Testing data manipulation:${C_NC}"
|
echo -e "\n${C_BLUE}Testing data manipulation:${C_NC}"
|
||||||
if ! CheckExecute "reveng readline test" "$CLIENTBIN -c 'reveng -h;reveng -D'" "CRC-64/GO-ISO"; then break; fi
|
if ! CheckExecute "reveng readline test" "$CLIENTBIN -c 'reveng -h;reveng -D'" "CRC-64/GO-ISO"; then break; fi
|
||||||
|
|
Loading…
Reference in a new issue