#i112888# gPrivateEnvironmentLocation feature broken
This commit is contained in:
parent
9bea14bacc
commit
829027e6a7
1 changed files with 1 additions and 1 deletions
|
@ -125,9 +125,9 @@ sub GetIniInformation
|
||||||
if (gPrivateEnvironmentLocation <> "" AND gPrivateEnvironmentLocation <> ".") then
|
if (gPrivateEnvironmentLocation <> "" AND gPrivateEnvironmentLocation <> ".") then
|
||||||
if NOT fileExists(gPrivateEnvironmentLocation) then
|
if NOT fileExists(gPrivateEnvironmentLocation) then
|
||||||
qaErrorLog "[PrivateEnvironment] defined in: '"+gTesttoolIni+"', but the path '"+gPrivateEnvironmentLocation+"'does not exist!"
|
qaErrorLog "[PrivateEnvironment] defined in: '"+gTesttoolIni+"', but the path '"+gPrivateEnvironmentLocation+"'does not exist!"
|
||||||
else
|
|
||||||
gPrivateEnvironmentLocation = ""
|
gPrivateEnvironmentLocation = ""
|
||||||
end if
|
end if
|
||||||
|
else
|
||||||
gPrivateEnvironmentLocation = ""
|
gPrivateEnvironmentLocation = ""
|
||||||
end if
|
end if
|
||||||
end sub
|
end sub
|
||||||
|
|
Loading…
Reference in a new issue