From: Patrick Donnelly Date: Fri, 10 Oct 2025 20:31:54 +0000 (-0400) Subject: script/verify-qa: print commit on run X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dcf27b9eee1729a95cc8f40e4d50dd9f47b01acf;p=ceph.git script/verify-qa: print commit on run To allow sanity checking what the script is running against. Signed-off-by: Patrick Donnelly --- diff --git a/src/script/verify-qa b/src/script/verify-qa index 6b011a5819a1..53e796e33d62 100755 --- a/src/script/verify-qa +++ b/src/script/verify-qa @@ -1,5 +1,8 @@ #!/bin/bash +printf 'Commit is:\n' >&2 +git log -1 >&2 + find qa/suites/ -type d -execdir ln -sfT ../.qa/ {}/.qa \; git add '*.qa'