From 38fc663228047b37898ff0a321f0a7db878fa27e Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 18 Sep 2024 21:36:53 +0200 Subject: [PATCH] bindings/python/run.me: mirror 'set -x' in the build.sh. --- bindings/python/run.me | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/run.me b/bindings/python/run.me index 29d1bc60..44ba7886 100755 --- a/bindings/python/run.me +++ b/bindings/python/run.me @@ -62,6 +62,7 @@ if newer("blst_wrap.cpp", "../libblst.a", blst_so): cmd.extend(["-std=c++11"]) except: pass + print(" ".join(["+"] + cmd)) subprocess.check_call(cmd) print("testing...") or sys.stdout.flush()