From 54a174bd950ed3289692ffd74c4be582ade14900 Mon Sep 17 00:00:00 2001 From: Jeremy Ong Date: Sun, 20 Mar 2022 23:35:37 -0600 Subject: [PATCH] Increase CI test verbosity level Signed-off-by: Jeremy Ong --- test.and.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )