Skip to content

Commit cfa5396

Browse files
Merge pull request snapview#272 from kazk/fix-autobahn-scripts
Fix autobahn scripts
2 parents 1dfe912 + 8e56cfc commit cfa5396

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/autobahn-client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function test_diff() {
1818
<(jq -S 'del(."Tungstenite" | .. | .duration?)' 'autobahn/client/index.json')
1919
then
2020
echo 'Difference in results, either this is a regression or' \
21-
'one should update autobahn/expected-results.json with the new results.' \
21+
'one should update autobahn/expected-results.json with the new results.'
2222
exit 64
2323
fi
2424
}

scripts/autobahn-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function test_diff() {
1717
<(jq -S 'del(."Tungstenite" | .. | .duration?)' 'autobahn/server/index.json')
1818
then
1919
echo 'Difference in results, either this is a regression or' \
20-
'one should update autobahn/expected-results.json with the new results.' \
20+
'one should update autobahn/expected-results.json with the new results.'
2121
exit 64
2222
fi
2323
}

0 commit comments

Comments
 (0)