diff --git a/scripts/autobahn-client.sh b/scripts/autobahn-client.sh index 3312a60..d0d8f1b 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 3b7349f..63e89e3 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 }