Revision 24d1788b snf-tools/synnefo_tools/burnin/__init__.py

b/snf-tools/synnefo_tools/burnin/__init__.py
190 190
        help="Turn off log output and only print the contents of the log "
191 191
             "file at the end of the test. Useful when burnin is used in "
192 192
             "script files and it's output is to be sent using email")
193
    parser.add_option(
194
        "--temp-directory", action="store",
195
        default="/tmp/", dest="temp_directory",
196
        help="Directory to use for saving temporary files")
193 197

  
194 198
    (opts, args) = parser.parse_args(args)
195 199

  

Also available in: Unified diff