diff mbox

[OSSTEST,v2,4/4] ts-xen-build: Enable CONFIG_VERBOSE_DEBUG

Message ID 1478617787-20713-4-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Nov. 8, 2016, 3:09 p.m. UTC
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Andrew Cooper <andrew.cooper3@citrix.com>
---
 ts-xen-build | 1 +
 1 file changed, 1 insertion(+)

Comments

Andrew Cooper Nov. 8, 2016, 3:18 p.m. UTC | #1
On 08/11/16 15:09, Ian Jackson wrote:
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
>  ts-xen-build | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/ts-xen-build b/ts-xen-build
> index 80f6492..7cdd365 100755
> --- a/ts-xen-build
> +++ b/ts-xen-build
> @@ -109,6 +109,7 @@ END
>  	if test -f xen/Kconfig; then
>  		echo >>xen/.config CONFIG_EXPERT=y
>  		echo >>xen/.config CONFIG_HVM_FEP=y
> +		echo >>xen/.config CONFIG_VERBOSE_DEBUG=y
>  	fi
>  END
>                 );

Overall, Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
diff mbox

Patch

diff --git a/ts-xen-build b/ts-xen-build
index 80f6492..7cdd365 100755
--- a/ts-xen-build
+++ b/ts-xen-build
@@ -109,6 +109,7 @@  END
 	if test -f xen/Kconfig; then
 		echo >>xen/.config CONFIG_EXPERT=y
 		echo >>xen/.config CONFIG_HVM_FEP=y
+		echo >>xen/.config CONFIG_VERBOSE_DEBUG=y
 	fi
 END
                );