Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03de09 commit 69d2d01Copy full SHA for 69d2d01
1 file changed
Tools/scripts/run_tests.py
@@ -50,7 +50,7 @@ def main(regrtest_args):
50
print(' '.join(args))
51
if sys.platform == 'win32':
52
from subprocess import call
53
- call(args)
+ sys.exit(call(args))
54
else:
55
os.execv(sys.executable, args)
56
0 commit comments