Lines Matching refs:retcode
85 retcode = subprocess.call(cmd,cwd=topdir)
86 assert(retcode == 0)
119 retcode = subprocess.call(cmd,cwd=topdir)
120 assert(retcode == 0)
130 retcode = subprocess.call(cmd,stderr=ferr,stdout=fout,cwd=outdir)
133 if retcode == 0:
136 elif retcode == SKIP_RET_CODE:
139 elif retcode != 0 and testname in NOT_YET_MANDATED[scene]:
149 if retcode != 0 and retcode != SKIP_RET_CODE: