mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +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.Entry;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import javax.annotation.Nonnull;
|
||||
|
||||
@ -194,7 +195,7 @@ public class WasmRule extends TemporaryFolder {
|
||||
*/
|
||||
@Override
|
||||
protected void after() {
|
||||
if( failed ) {
|
||||
if( failed || JWebAssembly.LOGGER.isLoggable( Level.FINE )) {
|
||||
for( File wasmFile : compiledFiles.values() ) {
|
||||
File jsFile;
|
||||
if( wasmFile.getName().endsWith( ".wasm" ) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user