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
18 testequal "# and compare
24 message: Installing testing2 (i386)
28 message: Preparing testing2 (i386)
32 message: Unpacking testing2 (i386)
36 message: Preparing to configure testing2 (i386)
43 message: Configuring testing2 (i386)
47 message: Configuring testing2 (i386)
51 message: Installed testing2 (i386)" cat apt-progress.log
54 rm -f apt-progress*.log