You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by bi...@apache.org on 2020/04/27 06:17:10 UTC

[royale-asjs] branch develop updated: Add some debug info for Jenkins build

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

bigosmallm 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 2a9d45c  Add some debug info for Jenkins build
2a9d45c is described below

commit 2a9d45c06205ab6b6f942fe3c241f16de97cc0ad
Author: bigosmallm <bi...@apache.org>
AuthorDate: Sun Apr 26 23:17:02 2020 -0700

    Add some debug info for Jenkins build
---
 mustella/src/main/java/mustella/MustellaResultsParser.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mustella/src/main/java/mustella/MustellaResultsParser.java b/mustella/src/main/java/mustella/MustellaResultsParser.java
index 4c3948f..e1ce263 100644
--- a/mustella/src/main/java/mustella/MustellaResultsParser.java
+++ b/mustella/src/main/java/mustella/MustellaResultsParser.java
@@ -49,6 +49,7 @@ public class MustellaResultsParser {
             filename = System.getProperty("APPDATA") + flashlog;
         }
         
+	System.out.println("***************Filename**********: " + filename);
 	
         boolean result = false;