Skip to content

Commit

Permalink
test: show command
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt committed Apr 11, 2024
1 parent 88be0a2 commit 7804f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function run(prog, command, args, app, opts, cb) {

// Finally, execute the command
cp.exec(final_cmd, opts, (err, stdout, stderr) => {
console.log("Command '" + final_cmd + "'");
if (err) {
const error = new Error("Command failed '" + final_cmd + "'");
error.stack = stderr;
Expand Down

0 comments on commit 7804f5c

Please sign in to comment.