This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
new b984d84 try ignoring these errors on the CI server
b984d84 is described below
commit b984d84b3aa6aaaaeeba4dd7903ed6d9e5d4cd62
Author: Alex Harui <[email protected]>
AuthorDate: Wed Aug 29 12:51:01 2018 -0700
try ignoring these errors on the CI server
---
mustella/src/main/java/mustella/MustellaResultsParser.java | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/mustella/src/main/java/mustella/MustellaResultsParser.java
b/mustella/src/main/java/mustella/MustellaResultsParser.java
index 68eba90..7656200 100644
--- a/mustella/src/main/java/mustella/MustellaResultsParser.java
+++ b/mustella/src/main/java/mustella/MustellaResultsParser.java
@@ -157,6 +157,15 @@ public class MustellaResultsParser {
else if (s.contains("not implemented"))
{
}
+ else if (s.contains("runid.properties"))
+ {
+ }
+ else if (s.contains("Security sandbox"))
+ {
+ }
+ else if (s.contains("Security Sandbox"))
+ {
+ }
else if (s.trim().equals(""))
{
}