diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-05-08 16:14:05 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-05-14 11:56:18 +0200 |
| commit | 734eb9ac3f65e38ac3ba7f2d50ea206743a6f611 (patch) | |
| tree | 86eabbc88f4af6f74c75e6feb3c251ad3db25c8a | |
| parent | 89dcc342e17dd2439d97a5d27200cf5c26ba35bc (diff) | |
test: Ignore progress output in comparing output..
| -rw-r--r-- | test/integration/framework | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index 98fd7710a..9cb4081ee 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -1553,6 +1553,7 @@ downloadfile() { cleanup_output() { cat "$1" | sed \ -e '/gpgv: WARNING: This key is not suitable for signing in --compliance=gnupg mode/ d' \ + -e '/...$/ d' \ -e '/^profiling:/ d' \ | sed -e '/\.\.\.profiling:/ {N;s#\.\.\.profiling:.*\n#...#g}' \ >"$2" |
