From fa21c3401e15db578a2acee033ec036ce0f3b74a Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Mon, 7 Jul 2025 10:33:25 +0200 Subject: [PATCH] ci: [doc] reword debug log message --- .github/ci-test-each-commit-exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ci-test-each-commit-exec.py b/.github/ci-test-each-commit-exec.py index 966841d6501..7811418a5fb 100755 --- a/.github/ci-test-each-commit-exec.py +++ b/.github/ci-test-each-commit-exec.py @@ -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)