mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Print the script running in cibuild.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user