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(