Revision 1574
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/map | ||
---|---|---|
67 | 67 |
# Debugging |
68 | 68 |
debug = opts.env_flag('debug', False, env_names) |
69 | 69 |
sql.run_raw_query.debug = debug |
70 |
verbose = debug or opts.env_flag('verbose', False, env_names)
|
|
70 |
verbose = debug or opts.env_flag('verbose', not test, env_names)
|
|
71 | 71 |
opts.get_env_var('profile_to', None, env_names) # add to env_names |
72 | 72 |
|
73 | 73 |
# DB |
Also available in: Unified diff
bin/map: verbose mode defaults to off in test mode and on otherwise