#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 NOT fileExists(gPrivateEnvironmentLocation) then
|
||||
qaErrorLog "[PrivateEnvironment] defined in: '"+gTesttoolIni+"', but the path '"+gPrivateEnvironmentLocation+"'does not exist!"
|
||||
else
|
||||
gPrivateEnvironmentLocation = ""
|
||||
end if
|
||||
else
|
||||
gPrivateEnvironmentLocation = ""
|
||||
end if
|
||||
end sub
|
||||
|
|
Loading…
Reference in a new issue