Skip to content

Commit

Permalink
wip: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Dec 31, 2023
1 parent b736d19 commit 46de153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backstop-sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: "Validate Test Results"
run: |
diff -q <(jq -S ". | del(.tests[].pair.test, .tests[].pair.testLog, .tests[].pair.diffImage, .tests[].pair.analysisTime, .tests[].pair.misMatchPercentage, .tests[].pair.rawMisMatchPercentage)" test/__fixtures__/sanity-test.json) \
diff -c <(jq -S ". | del(.tests[].pair.test, .tests[].pair.testLog, .tests[].pair.diffImage, .tests[].pair.analysisTime, .tests[].pair.misMatchPercentage, .tests[].pair.rawMisMatchPercentage)" test/__fixtures__/sanity-test.json) \
<(jq -S ". | del(.tests[].pair.test, .tests[].pair.testLog, .tests[].pair.diffImage, .tests[].pair.analysisTime, .tests[].pair.misMatchPercentage, .tests[].pair.rawMisMatchPercentage)" test/configs/backstop_data/bitmaps_test/**/report.json)
if [[ $? == "0" ]]; then
exit 0
Expand Down

0 comments on commit 46de153

Please sign in to comment.