Skip to content

Commit

Permalink
Merge pull request #272 from kazk/fix-autobahn-scripts
Browse files Browse the repository at this point in the history
Fix autobahn scripts
  • Loading branch information
daniel-abramov authored Mar 17, 2022
2 parents 45dad40 + 8cc7e7e commit c96dc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/autobahn-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/autobahn-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c96dc7c

Please sign in to comment.