fix new diff

This commit is contained in:
joBr99
2022-09-18 14:38:53 +02:00
parent 69ffe7e73c
commit fa30e0c862
2 changed files with 692 additions and 520 deletions

View File

@@ -62,8 +62,8 @@ jobs:
- name: Run n2t US P DIFF DIFF
continue-on-error: true
run: |
diffoscope --exclude-directory-metadata=recursive HMI/US/portrait/diff-eu-version.txt | grep -E "^\+" > HMI/US/portrait/diff-filtered.txt
#diff -u HMI/US/portrait/diff-eu-version-known-good.txt HMI/US/portrait/diff-eu-version.txt | grep -E "^\+" > HMI/US/portrait/diff-filtered.txt
diff -u <(cut -b13- HMI/US/portrait/diff-eu-version-known-good.txt) <(cut -b13- HMI/US/portrait/diff-eu-version.txt) | grep -E "^\+" > HMI/US/portrait/diff-filtered.txt
#diff -u HMI/US/portrait/diff-eu-version-known-good.txt | grep -E "^\+" > HMI/US/portrait/diff-filtered.txt
- name: Run n2t US L DIFF
continue-on-error: true

File diff suppressed because it is too large Load Diff