Skip to content

Commit

Permalink
bindings/python/run.me: mirror 'set -x' in the build.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Sep 18, 2024
1 parent 063e69d commit 38fc663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/run.me
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 38fc663

Please sign in to comment.