mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 08:04:06 +02:00
Fix test script
This commit is contained in:
parent
aa6e0d10e4
commit
9b89a230c9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ apdu_test = "desfire-ndef4"
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
apdu_test = sys.argv[1]
|
apdu_test = sys.argv[1]
|
||||||
|
|
||||||
print "Available tests: %s" % ", ".join(sorted(tests.keys() + "desfire-ndef4")) #desfire-ndef4 has a bit postprocessing
|
print "Available tests: %s" % ", ".join(sorted(tests.keys() + ["desfire-ndef4"])) #desfire-ndef4 has a bit postprocessing
|
||||||
print "Selected test: %s" % apdu_test
|
print "Selected test: %s" % apdu_test
|
||||||
|
|
||||||
# select apdus according to test name
|
# select apdus according to test name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue