Commit fd80d78e authored by Felipe Bordeu's avatar Felipe Bordeu
Browse files

(Tests.py) Add more outputs in Verbose mode during tests

parent a43660f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -541,6 +541,7 @@ def RunTests() -> int:
                from BasicTools.Helpers.BaseOutputObject import BaseOutputObject
                myObj = BaseOutputObject()
                myObj.SetGlobalDebugMode(True)
                myObj.SetVerboseLevel(2)
            elif opt in ("-p"):
                profiling = True
            elif opt in ("-e"):