Fix test script

This commit is contained in:
Ondrej Mikle 2018-05-01 23:39:58 +02:00
parent aa6e0d10e4
commit 9b89a230c9

View file

@ -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