Lines Matching refs:retcode
25 retcode = subprocess.call(stdin=devnull_fd, *args, **kwargs)
26 if retcode != 0:
89 retcode = subprocess.call(command, cwd=ROOT_DIR, env=env, shell=True)
90 if retcode:
104 retcode = 0
106 retcode += GypTestFormat('ninja')
107 retcode += GypTestFormat('make')
109 retcode += GypTestFormat('cmake')
111 retcode += GypTestFormat('ninja')
112 retcode += GypTestFormat('xcode')
113 retcode += GypTestFormat('make')
115 retcode += GypTestFormat('ninja')
117 retcode += GypTestFormat('msvs-ninja-2013', format='msvs-ninja',
123 retcode += GypTestFormat('msvs-2013', format='msvs', msvs_version='2013')
126 if retcode:
132 sys.exit(retcode)