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)