That come with the Xen git tree (see xen/test/). Signed-off-by: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> --- ts-xen-build | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/ts-xen-build b/ts-xen-build index 9843c2e..1b36b9c 100755 --- a/ts-xen-build +++ b/ts-xen-build @@ -170,6 +170,13 @@ END $make_prefix make -C xen tests fi END + buildcmd_stamped_logged(600, 'xen', 'tests-install', '',<<END,'') if $dokconfig; + if test -d xen/test; then + mkdir -p dist/install/usr/lib/debug + livepatch_files=`find xen/test/livepatch -name '*.livepatch' -print` + cp \$livepatch_files dist/install/usr/lib/debug + fi +END } sub divide () { -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel