Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e44df commit 8a93cfdCopy full SHA for 8a93cfd
1 file changed
lib/controller/controller.py
@@ -19,7 +19,6 @@
19
from lib.controller.checks import checkConnection
20
from lib.controller.checks import checkNullConnection
21
from lib.core.agent import agent
22
-from lib.core.common import dataToStdout
23
from lib.core.common import getUnicode
24
from lib.core.common import paramToDict
25
from lib.core.common import parseTargetUrl
@@ -327,7 +326,7 @@ def start():
327
326
328
# Avoid dinamicity test if the user provided the
329
# parameter manually
330
- elif parameter in conf.testParameter:
+ elif parameter in conf.testParameter or conf.realTest:
331
pass
332
333
elif not checkDynParam(place, parameter, value):
0 commit comments