Minor update/patch

This commit is contained in:
Miroslav Stampar 2013-04-07 21:32:03 +02:00
parent 240e9f3f7e
commit 7614c815ed

View File

@ -516,9 +516,20 @@ def _restoreCmdLineOptions():
Restore command line options that could be possibly Restore command line options that could be possibly
changed during the testing of previous target. changed during the testing of previous target.
""" """
conf.col = cmdLineOptions.col
conf.db = cmdLineOptions.db
conf.dnsName = cmdLineOptions.dnsName
conf.privEsc = cmdLineOptions.privEsc
conf.tbl = cmdLineOptions.tbl
conf.regexp = cmdLineOptions.regexp conf.regexp = cmdLineOptions.regexp
conf.string = cmdLineOptions.string conf.string = cmdLineOptions.string
conf.textOnly = cmdLineOptions.textOnly conf.textOnly = cmdLineOptions.textOnly
conf.threads = cmdLineOptions.threads
conf.timeSec = cmdLineOptions.timeSec
conf.tmpPath = cmdLineOptions.tmpPath
conf.uChar = cmdLineOptions.uChar
conf.user = cmdLineOptions.user
def initTargetEnv(): def initTargetEnv():
""" """