mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
print debug details also for valid tests if log level is fine.
This commit is contained in:
parent
63c7d09cdc
commit
cd1d034b5c
@ -40,6 +40,7 @@ import java.util.HashMap;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Map.Entry;
|
import java.util.Map.Entry;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
import java.util.logging.Level;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
|
|
||||||
@ -194,7 +195,7 @@ public class WasmRule extends TemporaryFolder {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
protected void after() {
|
protected void after() {
|
||||||
if( failed ) {
|
if( failed || JWebAssembly.LOGGER.isLoggable( Level.FINE )) {
|
||||||
for( File wasmFile : compiledFiles.values() ) {
|
for( File wasmFile : compiledFiles.values() ) {
|
||||||
File jsFile;
|
File jsFile;
|
||||||
if( wasmFile.getName().endsWith( ".wasm" ) ) {
|
if( wasmFile.getName().endsWith( ".wasm" ) ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user