diff --git a/test.and.py b/test.and.py index 1fe7ee4..6aa9d5f 100644 --- a/test.and.py +++ b/test.and.py @@ -173,7 +173,7 @@ print ( fg.CYAN + style.BRIGHT + "*****************************************************" + style.RESET_ALL ) print ( fg.CYAN + style.BRIGHT + " Testing Release ..." + style.RESET_ALL ) print ( fg.CYAN + style.BRIGHT + "*****************************************************" + style.RESET_ALL ) -numAllTests = testScriptModule.runAll("./tests", testList, azslcRelease, 0, az3rdParty) +numAllTests = testScriptModule.runAll("./tests", testList, azslcRelease, 2, az3rdParty) print ( fg.CYAN + style.BRIGHT + "*****************************************************" + style.RESET_ALL )