Use subprocess.call rather than os.spawnv in the testsuite driver
os.spawnv is broken on non-cygwin Windows (looks like it goes via a shell).
Please register or sign in to comment
os.spawnv is broken on non-cygwin Windows (looks like it goes via a shell).