Print the script running in cibuild.
This commit is contained in:
parent
1321fb8151
commit
6c76d9751f
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ def main():
|
|||
|
||||
|
||||
def run_script(script, args=[]):
|
||||
print 'Running', script
|
||||
script = os.path.join(SOURCE_ROOT, 'script', script)
|
||||
subprocess.check_call([sys.executable, script] + args)
|
||||
|
||||
|
|
Loading…
Reference in a new issue