From d2d8744c2eb30515583d517fadf7b94284776ed1 Mon Sep 17 00:00:00 2001 From: kazk Date: Wed, 16 Mar 2022 01:27:12 -0700 Subject: [PATCH] Fix autobahn scripts --- scripts/autobahn-client.sh | 2 +- scripts/autobahn-server.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/autobahn-client.sh b/scripts/autobahn-client.sh index 08359c0..1cd13cf 100755 --- a/scripts/autobahn-client.sh +++ b/scripts/autobahn-client.sh @@ -18,7 +18,7 @@ function test_diff() { <(jq -S 'del(."Tungstenite" | .. | .duration?)' 'autobahn/client/index.json') then echo 'Difference in results, either this is a regression or' \ - 'one should update autobahn/expected-results.json with the new results.' \ + 'one should update autobahn/expected-results.json with the new results.' exit 64 fi } diff --git a/scripts/autobahn-server.sh b/scripts/autobahn-server.sh index 2f521f8..e7e6b28 100755 --- a/scripts/autobahn-server.sh +++ b/scripts/autobahn-server.sh @@ -17,7 +17,7 @@ function test_diff() { <(jq -S 'del(."Tungstenite" | .. | .duration?)' 'autobahn/server/index.json') then echo 'Difference in results, either this is a regression or' \ - 'one should update autobahn/expected-results.json with the new results.' \ + 'one should update autobahn/expected-results.json with the new results.' exit 64 fi }