Lines Matching refs:s
39 def printTitle(s): argument
40 print("\n" + Fore.GREEN + Style.BRIGHT + s + Style.RESET_ALL)
42 def printSubTitle(s): argument
43 print("\n" + Fore.YELLOW + Style.BRIGHT + s + Style.RESET_ALL)
45 def printError(s): argument
46 print("\n" + Fore.RED + Style.BRIGHT + s + Style.RESET_ALL)
181 res=run(avh,"-f",config,app,withExitCodeCheck=args.s)
306 for s,pickle in allSuites:
308 printSubTitle("Process suite %s (%d/%d)" % (s,nb,maxNb))
309 …essTests.py","-gen","..","-p","../Patterns","-d","../Parameters","-f",pickle,"-e",s,mustPrint=True)
312 … print("<p><font color=\"red\">Error generating %s</font></p><PRE>" % s,file=f)
330 print("<p><font color=\"red\">Error building %s</font></p><PRE>" % s,file=f)
338 print("<p><font color=\"red\">Error running %s</font></p><PRE>" % s,file=f)
353 … print("<p><font color=\"red\">Error processing %s result</font></p><PRE>" % s,file=f)