Merge pull request #272 from kazk/fix-autobahn-scripts

Fix autobahn scripts
pull/273/head
Daniel Abramov 3 years ago committed by GitHub
commit c96dc7c471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/autobahn-client.sh
  2. 2
      scripts/autobahn-server.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
}

@ -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
}

Loading…
Cancel
Save