summaryrefslogtreecommitdiff
path: root/lib/nodets
diff options
context:
space:
mode:
authorMustafa Senol Cosar <mustafa@unscrambl.com>2018-11-30 20:02:00 +0300
committerJames E. King III <jking@apache.org>2018-12-03 09:08:09 -0500
commitdd965c1eb437e0067009492b0d18b1d3f8e79d07 (patch)
tree873f9a7faa75d2ee1d5246cef27859a9eea5968a /lib/nodets
parent2c69b5a01e589c19855a00b68596d0564bb2bb5b (diff)
downloadthrift-dd965c1eb437e0067009492b0d18b1d3f8e79d07.tar.gz
Fix hs-nodets test and re-enable it
Diffstat (limited to 'lib/nodets')
-rw-r--r--lib/nodets/test/client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nodets/test/client.ts b/lib/nodets/test/client.ts
index eb3db79a8..4fa3c2868 100644
--- a/lib/nodets/test/client.ts
+++ b/lib/nodets/test/client.ts
@@ -56,7 +56,7 @@ runTests();
function runTests() {
testDriver(client, function (status: string) {
console.log(status);
- connection.end();
+ process.exit(0);
});
}