mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 09:14:03 -05:00
fragattack: minor output improvement
This commit is contained in:
parent
f8d04e7485
commit
6379055c5b
@ -236,7 +236,7 @@ if __name__ == "__main__":
|
|||||||
# Construct the test
|
# Construct the test
|
||||||
options.test = prepare_tests(options)
|
options.test = prepare_tests(options)
|
||||||
if options.test == None:
|
if options.test == None:
|
||||||
log(STATUS, f"Test name/id '{options.testname}' not recognized. Specify a valid test case.")
|
log(STATUS, f"Test name '{options.testname}' not recognized. Specify a valid test case.")
|
||||||
quit(1)
|
quit(1)
|
||||||
|
|
||||||
# Parse remaining options
|
# Parse remaining options
|
||||||
|
Loading…
Reference in New Issue
Block a user