We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dcd9a commit a39fec7Copy full SHA for a39fec7
run_test.sh
@@ -143,6 +143,8 @@ genericize_expected_output() {
143
# OpenSSL non-critical errors while signing. Remove them to be more generic
144
sed '/^At main.c:/d' -i ${output_log}
145
sed '/^- SSL error:/d' -i ${output_log}
146
+ # Apport related error that can occur in the CI. Drop from the output to be more generic
147
+ sed "/^python3: can't open file '\/usr\/share\/apport\/package-hooks\/dkms_packages.py'\: \[Errno 2\] No such file or directory$/d" -i ${output_log}
148
}
149
150
run_with_expected_output() {
0 commit comments