Lines Matching refs:ret_code
51 local ret_code=0
52 python3 -m robot.testdoc tests testsdirectoryTCdocs.html || ret_code=1
53 python3 -m robot.testdoc extended extendeddirectoryTCdocs.html || ret_code=1
54 python3 -m robot.testdoc gui guidirectoryTCdocs.html || ret_code=1
55 python3 -m robot.testdoc systest systestdirectoryTCdocs.html || ret_code=1
56 python3 -m robot.testdoc xcat xcatdirectoryTCdocs.html || ret_code=1
57 python3 -m robot.testdoc mnfg mnfgdirectoryTCdocs.html || ret_code=1
58 python3 -m robot.testdoc tools toolsdirectoryTCdocs.html || ret_code=1
59 python3 -m robot.testdoc ./openpower/ras rasdirectoryTCdocs.html || ret_code=1
61 || ret_code=1
63 ret_code=1
65 return ${ret_code}