Skip to content

Commit 2fc05ce

Browse files
authored
Merge pull request #547 from dorin7bogdan/dev2
DEF-925049 [Jenkins]Parameter value is not passed when hide print parameter value
2 parents 69c0067 + 7927f04 commit 2fc05ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HpToolsLauncher/TestRunners/GuiTestRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,9 +714,9 @@ private bool HandleInputParameters(string fileName, ref string errorReason, Dict
714714
// second-check
715715
try
716716
{
717+
_qtpParameters[paramName].Value = paramValue;
717718
if (_printInputParams)
718719
{
719-
_qtpParameters[paramName].Value = paramValue;
720720
if (type == qtParameterType.qtParamTypePassword)
721721
ConsoleWriter.WriteLine(string.Format(Resources.GeneralParameterUsageMask, paramName));
722722
else

0 commit comments

Comments
 (0)