Fix autobahn scripts

This commit is contained in:
kazk 2022-03-16 01:25:50 -07:00
parent 45dad40cb5
commit 8cc7e7e68f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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