minor bug fix (#297)

This commit is contained in:
Bernardo Damele
2012-12-20 17:05:44 +00:00
parent 7adaffa71b
commit 912323c12d
2 changed files with 10 additions and 3 deletions

View File

@@ -209,4 +209,13 @@ optDict = {
"wizard": "boolean",
"verbose": "integer"
},
"Hidden": {
"profile": "boolean",
"cpuThrottle": "integer",
"forceDns": "boolean",
"smokeTest": "boolean",
"liveTest": "boolean",
"stopFail": "boolean",
"runCase": "string"
}
}