Skip to content

Commit

Permalink
Configure the Concurrency TCK tests to produce log files in the "targ…
Browse files Browse the repository at this point in the history
…et" directory (#24571)

* Ignore log files produced by the Concurrency TCK tests
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>

* Create Concurrency TCK log files in the "target" directory
To separate them from versioned files.
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
  • Loading branch information
OndroMih committed Sep 7, 2023
1 parent a01bc9b commit a6622d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ java.util.logging.SimpleFormatter.time.format=[MM/dd/yyyy HH:mm:ss:SSS z]
java.util.logging.SimpleFormatter.format=[%1$tF %1$tT] %4$.1s %3$s %5$s %n

#File logging
java.util.logging.FileHandler.pattern=ConcurrentTCK%g%u.log
java.util.logging.FileHandler.pattern=target/ConcurrentTCK%g%u.log
java.util.logging.FileHandler.limit = 500000
java.util.logging.FileHandler.count = 5
java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
Expand Down

0 comments on commit a6622d3

Please sign in to comment.