ACS-3531 Output the list of TAS tests that ran. (#1579)

This commit is contained in:
Tom Page
2022-12-06 09:13:12 +00:00
committed by GitHub
parent f67516fb19
commit b8994d990e
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
TAS_DIRECTORY=$1
cd ${TAS_DIRECTORY}
cat target/reports/alfresco-tas.log | grep "*** STARTING"