diff options
author | Julian Andres Klode <jak@debian.org> | 2018-09-18 12:05:20 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2018-09-18 12:05:20 +0000 |
commit | 252a0a5020726a7b1ee53f2ed5f00e1210f5f4d1 (patch) | |
tree | cde08981d617e61cd88103b2615b8cb55ae518a0 /test/integration/test-apt-progress-fd-deb822 | |
parent | 32e0587d1819ca4b09cd146b0114a1c56ce4a8a9 (diff) | |
parent | 329c8d5e149465003ea9007661a7af1099c75c43 (diff) |
Merge branch 'bugfix/statusfd' into 'master'
Process all of --status-fd and don't expect duplicate status msg
See merge request apt-team/apt!26
Diffstat (limited to 'test/integration/test-apt-progress-fd-deb822')
-rwxr-xr-x | test/integration/test-apt-progress-fd-deb822 | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/test/integration/test-apt-progress-fd-deb822 b/test/integration/test-apt-progress-fd-deb822 index d9a4505d1..dd66e28a9 100755 --- a/test/integration/test-apt-progress-fd-deb822 +++ b/test/integration/test-apt-progress-fd-deb822 @@ -10,7 +10,7 @@ configarchitecture 'amd64' 'i386' buildsimplenativepackage 'testing' 'amd64' '0.1' 'stable' buildsimplenativepackage 'testing' 'all' '0.8.15' 'stable' buildsimplenativepackage 'testing2' 'amd64,i386' '0.8.15' 'stable' -setupaptarchive +setupaptarchive # install native exec 3> apt-progress.log @@ -23,40 +23,35 @@ Message: Running dpkg Status: progress Package: testing:amd64 Percent: 0.0000 -Message: Installing testing (amd64) - -Status: progress -Package: testing:amd64 -Percent: 16.6667 Message: Preparing testing (amd64) Status: progress Package: testing:amd64 -Percent: 33.3333 +Percent: 20.0000 Message: Unpacking testing (amd64) Status: progress Package: testing:amd64 -Percent: 50.0000 -Message: Preparing to configure testing (amd64) +Percent: 40.0000 +Message: Installing testing (amd64) Status: progress -Percent: 50.0000 +Percent: 40.0000 Message: Running dpkg Status: progress Package: testing:amd64 -Percent: 50.0000 -Message: Configuring testing (amd64) +Percent: 40.0000 +Message: Preparing to configure testing (amd64) Status: progress Package: testing:amd64 -Percent: 66.6667 +Percent: 60.0000 Message: Configuring testing (amd64) Status: progress Package: testing:amd64 -Percent: 83.3333 +Percent: 80.0000 Message: Installed testing (amd64) ' |