Skip to content

Commit

Permalink
chore: add host info when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 23, 2024
1 parent eea9913 commit 6abed7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const flavor = process.env.FLAVOR || process.argv[3] || 'all';
console.log('');
console.log('*************************************');
console.log(target + ' ' + flavor);
console.log(
`Host Info: ${process.version} ${process.platform} ${process.arch}`,
);
console.log('*************************************');
console.log('');

Expand Down

0 comments on commit 6abed7f

Please sign in to comment.