зеркало из https://github.com/electron/electron.git
Print the script running in cibuild.
This commit is contained in:
Родитель
1321fb8151
Коммит
6c76d9751f
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче