diff --git a/slapos/resiliencytest/__init__.py b/slapos/resiliencytest/__init__.py
index eca2db0f687389d2819bdce5bbe6f95229bd13bc..3bde14fee51a53ce1e7db904a98829a3ec7f83a6 100644
--- a/slapos/resiliencytest/__init__.py
+++ b/slapos/resiliencytest/__init__.py
@@ -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')