You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/08/29 21:03:26 UTC

[royale-asjs] branch develop updated: try ignoring this output

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new b3a6526  try ignoring this output
b3a6526 is described below

commit b3a6526221a7fd5b8aa7a4ab15ab0aee8d472008
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Aug 29 14:03:16 2018 -0700

    try ignoring this output
---
 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(""))
 				{
 				}