Skip to content

Commit dcf27b9

Browse files
committed
script/verify-qa: print commit on run
To allow sanity checking what the script is running against. Signed-off-by: Patrick Donnelly <[email protected]>
1 parent 5caea33 commit dcf27b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/script/verify-qa

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
printf 'Commit is:\n' >&2
4+
git log -1 >&2
5+
36
find qa/suites/ -type d -execdir ln -sfT ../.qa/ {}/.qa \;
47

58
git add '*.qa'

0 commit comments

Comments
 (0)