From 8bd62791e1b0202a4488bff52dc32b0661f09dde Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Thu, 11 May 2023 11:59:48 +0200 Subject: [PATCH] Update server-test.js --- autobahn/server-test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autobahn/server-test.js b/autobahn/server-test.js index fee3f23..e3dd40e 100644 --- a/autobahn/server-test.js +++ b/autobahn/server-test.js @@ -16,6 +16,8 @@ function failed(name) { return name != "OK" && name != "INFORMATIONAL" && name != "NON-STRICT"; } +console.log(result); + const failedtests = result.filter((outcome) => failed(outcome.behavior) || failed(outcome.behaviorClose)); console.log(