Skip to content

Commit c173d84

Browse files
committed
get returncode
1 parent 6ba1af1 commit c173d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def test_examples_in_folder(folderpath):
337337
stderr=subprocess.PIPE)
338338
try:
339339
out, err = proc.communicate(timeout=60)
340-
r = 0
340+
r = proc.returncode
341341
except:
342342
proc.kill()
343343
out, err = proc.communicate()

0 commit comments

Comments
 (0)