Skip to content

Commit

Permalink
Merge pull request #218 from kazk/fix-autobahn-scripts
Browse files Browse the repository at this point in the history
Fix autobahn scripts
  • Loading branch information
daniel-abramov committed Mar 17, 2022
2 parents cb4b133 + e0252e6 commit 84b365d
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
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
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 84b365d

Please sign in to comment.