Skip to content

Commit

Permalink
[INLONG-11148][Sort] Fixes Log4j2 of sort-end-to-end-test-v1.15 not w…
Browse files Browse the repository at this point in the history
…orking properly (apache#11149)
  • Loading branch information
PeterZh6 authored Sep 23, 2024
1 parent ca06266 commit b66a57f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${plugin.surefire.version}</version>
<configuration>
<systemPropertyVariables>
<log4j.configurationFile>src/test/resources/log4j2-test.properties</log4j.configurationFile>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit b66a57f

Please sign in to comment.