Browse Source

skipping TLS test if node was not compiled with TLS

v0.7.4-release
Rasmus Andersson 15 years ago
committed by Ryan Dahl
parent
commit
860fcf23f4
  1. 4
      test/mjsunit/test-tcp-tls.js

4
test/mjsunit/test-tcp-tls.js

@ -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);
}

Loading…
Cancel
Save