[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH OSSTEST 08/12] ts-libvirt-build: run libvirt test suite
On Mon, 2015-02-09 at 11:10 +0000, Wei Liu wrote: > We're interested in xlconfigtest. Since we're running test anyway run > the whole suite. This is run at build time? I take it doesn't (and will never) require an active system? > @@ -69,7 +61,10 @@ END > sub build() { > target_cmd_build($ho, 3600, $builddir, <<END); > cd libvirt > - (make $makeflags 2>&1 && touch ../build-ok-stamp) |tee ../log > + (make $makeflags 2>&1 && \\ > + LD_LIBRARY_PATH=$xenprefix/lib/ \\ > + make check VIR_TEST_EXPENSIVE=1 2>&1 && \\ > + touch ../build-ok-stamp) |tee ../log I think this would be preferable as a separate target_cmd_build invocation to run the tests, to make it clearer in the logs what happened. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |