Skip to content

Commit

Permalink
skipping TLS test if node was not compiled with TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms authored and ry committed Feb 20, 2010
1 parent de7016e commit 860fcf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mjsunit/test-tcp-tls.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ if (have_tls) {
assert.equal(2, tests_run);
});
} else {
puts("Not compiled with TLS support.");
process.exit(1);
puts("Not compiled with TLS support -- skipping test");
process.exit(0);
}

0 comments on commit 860fcf2

Please sign in to comment.