runapptests - Log GadgetBridge commands

pull/3413/head
Martin Boonk 2024-05-11 23:39:23 +02:00
parent 4385d4b85c
commit 39259346fe
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ function runStep(step, subtest, test, state){
title:'title', title:'title',
body:'body' body:'body'
}, step.obj || {}); }, step.obj || {});
console.log(`> GB with`, verbose ? "event " + JSON.stringify(obj, null, null) : "type " + obj.t);
emu.tx(`GB(${JSON.stringify(obj)})\n`); emu.tx(`GB(${JSON.stringify(obj)})\n`);
}); });
break; break;