mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-04 06:12:07 +01:00
ci: [doc] reword debug log message
This commit is contained in:
2
.github/ci-test-each-commit-exec.py
vendored
2
.github/ci-test-each-commit-exec.py
vendored
@@ -17,7 +17,7 @@ def run(cmd, **kwargs):
|
||||
|
||||
|
||||
def main():
|
||||
print("Running test-one-commit on ...")
|
||||
print("Running tests on commit ...")
|
||||
run(["git", "log", "-1"])
|
||||
|
||||
num_procs = int(run(["nproc"], stdout=subprocess.PIPE).stdout)
|
||||
|
||||
Reference in New Issue
Block a user