correct retcod - was always returning OK because of the tee thing
[tests.git] / system / TestMain.py
index 1bf482d..9450c19 100755 (executable)
@@ -235,7 +235,7 @@ steps refer to a method in TestPlc or to a step_* module
                     names.sort()
                     all_step_infos += [ ("%s.%s"%(step,name),module_dict[name],force) for name in names ]
                 except :
-                    print 'Step %s -- ignored'%(step)
+                    print '********** step %s NOT FOUND -- ignored'%(step)
                     traceback.print_exc()
                     overall_result = False