commit | dd965c1eb437e0067009492b0d18b1d3f8e79d07 | [log] [tgz] |
---|---|---|
author | Mustafa Senol Cosar <mustafa@unscrambl.com> | Fri Nov 30 20:02:00 2018 +0300 |
committer | James E. King III <jking@apache.org> | Mon Dec 03 09:08:09 2018 -0500 |
tree | 873f9a7faa75d2ee1d5246cef27859a9eea5968a | |
parent | 2c69b5a01e589c19855a00b68596d0564bb2bb5b [diff] [blame] |
Fix hs-nodets test and re-enable it
diff --git a/lib/nodets/test/client.ts b/lib/nodets/test/client.ts index eb3db79..4fa3c28 100644 --- a/lib/nodets/test/client.ts +++ b/lib/nodets/test/client.ts
@@ -56,7 +56,7 @@ function runTests() { testDriver(client, function (status: string) { console.log(status); - connection.end(); + process.exit(0); }); }