Lines Matching refs:retcode
104 retcode = subprocess.call(cmd,cwd=topdir)
105 assert(retcode == 0)
140 retcode = subprocess.call(cmd,cwd=topdir)
141 assert(retcode == 0)
151 retcode = subprocess.call(cmd,stderr=ferr,stdout=fout,cwd=outdir)
154 if retcode == 0:
157 elif retcode == SKIP_RET_CODE:
160 elif retcode != 0 and testname in NOT_YET_MANDATED[scene]:
170 if retcode != 0 and retcode != SKIP_RET_CODE: