Skip to content

Commit 4c7d6b0

Browse files
authored
list rerun builds in aqaTap.sh (#4706)
Signed-off-by: Lan Xia <[email protected]>
1 parent ca775e1 commit 4c7d6b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildenv/jenkins/tapVerification/aqaTap.sh

+4
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ listRerun() {
143143
echo "list rerun in Grinder..."
144144
echo "============================"
145145
find . -name "*Grinder_*" | xargs grep 'ok '
146+
echo "============================"
147+
echo "list rerun in rerun build..."
148+
echo "============================"
149+
find . -name "*_rerun*" | xargs grep 'ok '
146150
}
147151

148152
listTAP() {

0 commit comments

Comments
 (0)