From 6c76d9751f85a4cf8c4a966c0c0f8d5cc82857e6 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 9 May 2014 10:17:02 +0800 Subject: [PATCH] Print the script running in cibuild. --- script/cibuild | 1 + 1 file changed, 1 insertion(+) diff --git a/script/cibuild b/script/cibuild index f400b4e..5e7f1e5 100755 --- a/script/cibuild +++ b/script/cibuild @@ -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) -- 2.7.4