]> git.ipfire.org Git - thirdparty/lxc.git/commit
tests: Avoid the download template when possible
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 13 Jun 2014 21:45:26 +0000 (17:45 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Sat, 14 Jun 2014 19:48:55 +0000 (15:48 -0400)
commitf69fd24ea3e26095a7c63edb153ccb69fda54716
tree59a17ba33d8cf965e6c192b0c2cc5a3feca11c35
parent6ebc0504770a4b3ec32fdde9507a35aed90f5a43
tests: Avoid the download template when possible

The use of the download template with an hardcoded --arch=amd64 in aa.c
was causing test failures on any platform incapable of running amd64
binaries.

This wasn't noticed in the CI environment as we run the tests within
containers on an amd64 kernel but this caused failures on the Ubuntu CI
environment.

Instead, let's use the busybox template, tweaking the configuration when
needed to match the needs of the testcase.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/tests/aa.c