]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Java/Source/CheckTools/src/org/tianocore/CheckTools/ToolChecks.java
Added result line for valid file
[mirror_edk2.git] / Tools / Java / Source / CheckTools / src / org / tianocore / CheckTools / ToolChecks.java
index ad4c544ff8bcefc89cedf776d62e817bdcefa08c..5dbd5c54df0e6268c26a2a88759d1b00a8a53cd4 100644 (file)
@@ -93,6 +93,9 @@ public class ToolChecks {
                 System.out.println("and commenting out out or deleting the entries for the tool");
                 System.out.println("chain tag names that do not apply to your system.");
             }
+        } else {
+            System.out.println("");
+            System.out.println("  Tool Configuration File: " + toolConfFile + " is valid!");
         }
 
         return returnCode;
@@ -147,7 +150,7 @@ public class ToolChecks {
             }
         } catch (IOException e) {
             System.out.println(" [" + testFile + "] " + e);
-            System.exit(1);
+            System.exit(FAIL);
         }
         if (errLog.size() > 0)
             for (int i = 0; i < goodLog.size(); i++) {