diff options
Diffstat (limited to 'qadevOOo/runner/helper/BuildEnvTools.java')
-rw-r--r-- | qadevOOo/runner/helper/BuildEnvTools.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/BuildEnvTools.java b/qadevOOo/runner/helper/BuildEnvTools.java index e4270f268ad7..4c3c3734956d 100644 --- a/qadevOOo/runner/helper/BuildEnvTools.java +++ b/qadevOOo/runner/helper/BuildEnvTools.java @@ -77,10 +77,11 @@ public class BuildEnvTools { (!mPlatform.equalsIgnoreCase(PropertyName.UNXSOLI)) && (!mPlatform.equalsIgnoreCase(PropertyName.UNXLNGI)) && (!mPlatform.equalsIgnoreCase(PropertyName.UNXMACXI))&& + (!mPlatform.equalsIgnoreCase(PropertyName.UNXFBSDX))&& (!mPlatform.equalsIgnoreCase(PropertyName.WNTMSCI)) ){ msg += PropertyName.OPERATING_SYSTEM + ":" + mPlatform + "\nFill this parameter with an operating system like unxsols," + - " unxsoli, unxlngi, unxmacxi or wntmsci. \n\n"; + " unxsoli, unxlngi, unxfbsdx, unxmacxi or wntmsci. \n\n"; error = true; } |