Forward cmake return code
This commit is contained in:
parent
dbc4f3aaed
commit
44722b372e
1 changed files with 1 additions and 3 deletions
|
|
@ -66,6 +66,4 @@ def run(project, arguments, buildType=''):
|
||||||
os.remove(full)
|
os.remove(full)
|
||||||
print('Cleared previous.')
|
print('Cleared previous.')
|
||||||
os.chdir(basePath)
|
os.chdir(basePath)
|
||||||
subprocess.call(command, shell=True)
|
return subprocess.call(command, shell=True)
|
||||||
|
|
||||||
return 0
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue