diff --git a/bin/runapptests.js b/bin/runapptests.js index 5b32e3921..da172259e 100755 --- a/bin/runapptests.js +++ b/bin/runapptests.js @@ -239,6 +239,7 @@ function runStep(step, subtest, test, state){ title:'title', body:'body' }, step.obj || {}); + console.log(`> GB with`, verbose ? "event " + JSON.stringify(obj, null, null) : "type " + obj.t); emu.tx(`GB(${JSON.stringify(obj)})\n`); }); break;