From 77a2963e7de03a96ebb18bbb158fe6ef682cf09a Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Mon, 15 Mar 2010 14:12:15 -0700 Subject: [PATCH] TBR: Change default to false --- build_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_image b/build_image index 33437458ad..a0e7e4aa02 100755 --- a/build_image +++ b/build_image @@ -37,7 +37,7 @@ DEFINE_integer jobs -1 \ "How many packages to build in parallel at maximum." DEFINE_boolean statefuldev $FLAGS_FALSE \ "Install development packages on stateful partition -- still experimental" -DEFINE_boolean withtest $FLAGS_TRUE \ +DEFINE_boolean withtest $FLAGS_FALSE \ "Include packages required for testing and prepare image for testing" # Parse command line.