Skip to content

Commit fa21c34

Browse files
author
MarcoFalke
committed
ci: [doc] reword debug log message
1 parent 6a13a61 commit fa21c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci-test-each-commit-exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run(cmd, **kwargs):
1717

1818

1919
def main():
20-
print("Running test-one-commit on ...")
20+
print("Running tests on commit ...")
2121
run(["git", "log", "-1"])
2222

2323
num_procs = int(run(["nproc"], stdout=subprocess.PIPE).stdout)

0 commit comments

Comments
 (0)