Skip to content

Commit 36c18ac

Browse files
committed
generic failure message
1 parent c048bb7 commit 36c18ac

File tree

1 file changed

+1
-1
lines changed
  • src/test/resources/ci/scripts

1 file changed

+1
-1
lines changed

src/test/resources/ci/scripts/exec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ main() {
9797

9898
# If there were any errors, gather some debug data before exiting.
9999
if [ "$failure" = "true" ]; then
100-
echo "ERROR: Failure occurred while running the tests."
100+
echo "ERROR: Failure occurred while running ${TYPE} step."
101101

102102
if [ $TYPE = "TEST" ]; then
103103
echo "DEBUG: Maven Liberty messages.log:\n"

0 commit comments

Comments
 (0)