Hey Jamie, Jamie Strandboge [2016-01-19 17:11 -0000]: > I can confirm that "adt-run click-apparmor --- schroot xenial" succeeds.
Cool, thanks for checking again! > 2. $ adt-run `for i in ../binary/*.deb ; do echo -n "-B $i " ; done` --source ../source/*.dsc --log-file /tmp/adt.out --- adt-virt-schroot xenial-amd64 || echo "** AUTOPKGTESTS FAILED" Tip: -B is an option for the test (i. e. --source), not for the binaries. So this is much easier: adt-run ../binary/*.deb -B ../source/*.dsc --log-file [...] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1484661 Title: 'click install' within an adt-virt-schroot fails with "Sandbox failure: 'click install' not permitted to write-open '/dev/pts/8'" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1484661/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
