]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script/verify-qa: print commit on run
authorPatrick Donnelly <pdonnell@ibm.com>
Fri, 10 Oct 2025 20:31:54 +0000 (16:31 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Fri, 10 Oct 2025 20:31:54 +0000 (16:31 -0400)
To allow sanity checking what the script is running against.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/script/verify-qa

index 6b011a5819a19a903ed6f939daf7f14fef92aed9..53e796e33d62411a1ceff11e21e7fbea2055f395 100755 (executable)
@@ -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'