enable the debug output for the tests

This commit is contained in:
Volker Berlin 2018-10-13 15:29:55 +02:00
parent 8e8489ee77
commit 103ae245a9

View File

@ -106,6 +106,7 @@ public class WasmRule extends TemporaryFolder {
}
wasmFile = newFile( "test.wasm" );
wasm.setProperty( JWebAssembly.DEBUG_NAMES, "true" );
wasm.compileToBinary( wasmFile );
nodeScript = createScript( "nodetest.js" );