diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-19 15:41:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-19 15:41:05 +0000 |
commit | 97a60902a1f35d6a772f858302f507e8ad0958fc (patch) | |
tree | 66fb95225efe962b436d258d4e4e6deab98bd8ce | |
parent | 25eedda69f63b6b121b60eec713289a3dccb6561 (diff) |
angstrom: set QA_LOG to 1
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 60ba8c6325..8699dc183c 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -43,8 +43,9 @@ INHERIT += "devshell" #use angstrom source mirrors to combat 404s INHERIT += "angstrom-mirrors" -#run QA tests on builds and packages +#run QA tests on builds and packages and log them INHERIT += "insane" +QA_LOG = "1" #save statistical info on images INHERIT += "testlab" |