Commit 342fd9d7 authored by Rafael Monnerat's avatar Rafael Monnerat

resiliencytest: Verbose log when exit with no test to run.

parent b63920d2
......@@ -249,10 +249,10 @@ def runUnitTest():
if test_result is None:
# No test to run.
logger.info("There is no test to run. Exiting...")
return
test_line = test_result.start()
start_time = time.time()
args.additional_arguments.append('type=UnitTest')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment