Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 55a29eb

Browse files
committed
Update the log message for failing tests
1 parent fcc9e58 commit 55a29eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galasa-parent/dev.galasa.framework/src/main/java/dev/galasa/framework/GenericMethodWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void invoke(@NotNull ITestRunManagers managers, Object testClassObject, G
125125
if (this.testStructureMethod.getException() != null) {
126126
exception = "\n" + this.testStructureMethod.getException();
127127
}
128-
logger.info(TestClassWrapper.LOG_ENDING + TestClassWrapper.LOG_START_LINE + TestClassWrapper.LOG_ASTERS
128+
logger.error(TestClassWrapper.LOG_ENDING + TestClassWrapper.LOG_START_LINE + TestClassWrapper.LOG_ASTERS
129129
+ TestClassWrapper.LOG_START_LINE + "*** " + this.result.getName() + " - Test method "
130130
+ testClass.getName() + "#" + excecutionMethod.getName() + methodType
131131
+ TestClassWrapper.LOG_START_LINE + TestClassWrapper.LOG_ASTERS + exception);

0 commit comments

Comments
 (0)