ci: [doc] reword debug log message

This commit is contained in:
MarcoFalke
2025-07-07 10:33:25 +02:00
parent 6a13a6106e
commit fa21c3401e

View File

@@ -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)