From 39259346fe55946fb6c39c745df121b17c85697d Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Sat, 11 May 2024 23:39:23 +0200 Subject: [PATCH] runapptests - Log GadgetBridge commands --- bin/runapptests.js | 1 + 1 file changed, 1 insertion(+) 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;