TBR: Change default to false

This commit is contained in:
Chris Sosa 2010-03-15 14:12:15 -07:00
parent 4bccd3c54d
commit 77a2963e7d

View File

@ -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.