Changelog
autopkgtest (2.3.8) unstable; urgency=low
* Skip ChrootRunner test if running under cowdancer, as chrooting in
cowdancer doesn't work.
* Fix endless bomb/stop loop if the virt runner fails and exits
unexpectedly.
* adt-virt-schroot: Add some debugging output of the schroot config.
* Fix OSError crash with real-time output when running adt-run as non-root
on the host, and the runner bind-mounts /tmp (such as -schroot), in which
case the temporary runner dir isn't accessible to the host. This is a
quickfix, eventually we should make real-time output work properly in this
situation.
* Show stderr also for non-zero exit codes.
* Restrict live stdout/stderr to the null virt runner for now, as it does
not work properly with the schroot runner even if /tmp gets bind-mounted.
* Add tests for the schroot runner. Ad building a schroot would be too
expensive for a test, use an existing schroot if $ADT_TEST_SCHROOT is set,
otherwise skip the tests.
* Show stderr for all non-null runners with "allow-stderr".
-- Martin Pitt <email address hidden> Wed, 16 Oct 2013 14:55:39 +0200