Print the script running in cibuild.

This commit is contained in:
Cheng Zhao 2014-05-09 10:17:02 +08:00
parent 1321fb8151
commit 6c76d9751f

View file

@ -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)