Skip to content

Commit

Permalink
Tests: nitpicking skip message
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Apr 1, 2019
1 parent 7e1805d commit 03d3a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runify.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ hosts.forEach(function(record) {
options.capabilities.browserName : type;

const isSkipped = process.env[`ESHOST_SKIP_${type.toUpperCase()}`] || false;
console.log(`ESHOST_SKIP_${type.toUpperCase()} isSkipped ${isSkipped}`);
console.log(`ESHOST_SKIP_${type.toUpperCase()}: ${isSkipped ? 'YES' : 'NO'}`);

if (!isSkipped &&
(options.hostPath && (!hasbin.sync(options.hostPath) && !fs.existsSync(options.hostPath)))) {
Expand Down

0 comments on commit 03d3a8f

Please sign in to comment.