summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-590041-prefer-non-virtual-packages
Commit message (Collapse)AuthorAgeFilesLines
* test exitcode as well as string equalityDavid Kalnischkies2015-03-161-4/+4
| | | | | | | | We use test{success,failure} now all over the place in the framework, so its only consequencial to do this in the situations in which we test for a specific output as well. Git-Dch: Ignore
* simple fork and pidfile aptwebserverDavid Kalnischkies2013-06-241-0/+2
| | | | | | | | | | | Forking only after being ready to accept clients avoids running races with the tests which sometimes failed on the first 'apt-get update' (or similar) with the previous background-start and hope for the best… The commit fixes also some oversight output-order changes in regards to Description-md5 and (I-M-S) race conditions in various tests. Git-Dch: Ignore
* run integration tests on my new amd64 box without failuresDavid Kalnischkies2011-10-111-1/+1
|
* implement the first round of automated dummy package building andDavid Kalnischkies2010-08-181-1/+1
| | | | archive building
* - prefer non-virtual packages in FindPreferredPkg (Closes: #590041)David Kalnischkies2010-07-251-0/+51
* test/integration/*: - add with bug#590041 testcase a small test "framework"