143
143
"'-screen 0 1024x768x24'",
144
144
os.path.join(here, 'bin', 'test')] + sys.argv[1:]
147
148
# Run the test suite and return the error code
150
proc = Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=STDOUT)
152
command_line, stdin=PIPE, stdout=PIPE, stderr=STDOUT, shell=True)
153
155
# Do proc.communicate(), but timeout if there's no activity on stdout or