diff options
author | Dan Crosta <dcrosta@10gen.com> | 2012-02-10 22:08:13 -0500 |
---|---|---|
committer | Dan Crosta <dcrosta@10gen.com> | 2012-02-10 22:08:13 -0500 |
commit | b1d52e52466fc283ebcfcab1c586cc8eb4bf5373 (patch) | |
tree | b31e00d6eb4fa3e40e3ae46d6966a88299e6df57 /SConstruct | |
parent | a617e02102f99af67d14841bff89034283d5c41f (diff) | |
download | mongo-b1d52e52466fc283ebcfcab1c586cc8eb4bf5373.tar.gz |
add --smokeauth pass-through to smoke.py --auth
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 49680f8cb2d..0deeb2cccc1 100644 --- a/SConstruct +++ b/SConstruct @@ -199,6 +199,7 @@ add_option( "gdbserver" , "build in gdb server support" , 0 , True ) add_option( "heapcheck", "link to heap-checking malloc-lib and look for memory leaks during tests" , 0 , False ) add_option("smokedbprefix", "prefix to dbpath et al. for smoke tests", 1 , False ) +add_option("smokeauth", "run smoke tests with --auth", 0 , False ) for shortName in getThirdPartyShortNames(): add_option( "use-system-" + shortName , "use system version of library " + shortName , 0 , True ) |