Fix autobahn scripts

pull/105/head
kazk 2 years ago committed by Sebastian Dröge
parent 72fb249d8f
commit d2d8744c2e
  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