mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
Merge pull request #257 from flatcar-linux/t-lo/ci-automation-tap-remove-nonprint-ascii
ci-automation/tapfile_helper_lib.sh: remove non-printable ASCII
This commit is contained in:
commit
08b620b5de
@ -127,7 +127,7 @@ function tap_ingest_tapfile() {
|
|||||||
| LC_ALL=C sed -e 's/^Error: "--- FAIL: /"/' -e 's/^[[:space:]]*//' \
|
| LC_ALL=C sed -e 's/^Error: "--- FAIL: /"/' -e 's/^[[:space:]]*//' \
|
||||||
-e "s/[>\\\"']/_/g" -e 's/[[:space:]]/ /g' \
|
-e "s/[>\\\"']/_/g" -e 's/[[:space:]]/ /g' \
|
||||||
-e 's/.\{200\}/&\n/g' \
|
-e 's/.\{200\}/&\n/g' \
|
||||||
-e 's/[^\x00-\x7F]/?/g' \
|
-e 's/[^\x1F-\x7F]/?/g' \
|
||||||
>> "${error_message_file}"
|
>> "${error_message_file}"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user