diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-05-19 19:32:05 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-05-24 12:48:09 +0200 |
| commit | 4fc6affafafda1aee4cee86294ce7a2b799e2799 (patch) | |
| tree | 24aecb97a2db98e8d425594dba77432ea19c0813 /test/integration/framework | |
| parent | 140d36fd16a3d4f1fce0c54474b946d0577f1fde (diff) | |
edsp: solver3: Show some progress
Ignore the Solving dependencies... line in the testing framework
for compatibility with the existing test cases.
Diffstat (limited to 'test/integration/framework')
| -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..d2ab0d1cd 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -1554,6 +1554,7 @@ cleanup_output() { cat "$1" | sed \ -e '/gpgv: WARNING: This key is not suitable for signing in --compliance=gnupg mode/ d' \ -e '/^profiling:/ d' \ + -e '/Solving dependencies\.\.\./ d' \ | sed -e '/\.\.\.profiling:/ {N;s#\.\.\.profiling:.*\n#...#g}' \ >"$2" } |
