Currently OSSTest has 'XSM' tests but XSM and FLASK are two different options and OSSTests's 'XSM' test depends on FLASK so ensure that FLASK is enabled so that tests pass.
Signed-off-by: Doug Goldstein <car...@cardoe.com> --- ts-xen-build | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-xen-build b/ts-xen-build index 4812dff..228ceac 100755 --- a/ts-xen-build +++ b/ts-xen-build @@ -60,6 +60,7 @@ END echo >>xen/.config CONFIG_FLASK='${build_xsm}' fi echo >>.config XSM_ENABLE='${build_xsm}' + echo >>.config FLASK_ENABLE='${build_xsm}' END (nonempty($r{tree_qemu}) ? <<END : ''). echo >>.config QEMU_REMOTE='$r{tree_qemu}' -- 2.4.10 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel