Skip to content

Commit

Permalink
ACS-6309 Check db and tas tests ags on MySQL ags add listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Feb 7, 2024
1 parent a1c06c0 commit 23d2da2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/tests/scripts/output_logs_for_failures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ echo "" # This adds an empty line for clarity
echo "Listing all files in /target/surefire-reports directory:"
ls -l target/surefire-reports

echo "" # This adds an empty line for clarity

rm -rf target/surefire-reports/testng-native-results

failures=$(grep 'status="FAIL"' target/surefire-reports/testng-results.xml | sed 's|^.*[ ]name="\([^"]*\)".*$|\1|g')

for failure in ${failures}
Expand Down

0 comments on commit 23d2da2

Please sign in to comment.