]>
git.saurik.com Git - apt.git/blob - test/integration/test-apt-progress-fd-deb822
   4 TESTDIR
=$(readlink -f $(dirname $0)) 
   8 configarchitecture 
'amd64' 'i386' 
  10 buildsimplenativepackage 
'testing' 'amd64' '0.1' 'stable' 
  11 buildsimplenativepackage 
'testing' 'all' '0.8.15' 'stable' 
  12 buildsimplenativepackage 
'testing2' 'amd64,i386' '0.8.15' 'stable' 
  16 exec 3> apt
-progress.log
 
  17 testsuccess aptget 
install testing
=0.1 -y -o APT
::Status
-deb822-Fd=3 
  19 testfileequal 
'./apt-progress.log' 'Status: progress 
  24 Package: testing:amd64 
  26 Message: Installing testing (amd64) 
  29 Package: testing:amd64 
  31 Message: Preparing testing (amd64) 
  34 Package: testing:amd64 
  36 Message: Unpacking testing (amd64) 
  39 Package: testing:amd64 
  41 Message: Preparing to configure testing (amd64) 
  48 Package: testing:amd64 
  50 Message: Configuring testing (amd64) 
  53 Package: testing:amd64 
  55 Message: Configuring testing (amd64) 
  58 Package: testing:amd64 
  60 Message: Installed testing (amd64) 
  67 rm -f apt
-progress*.log