Skip to content

Commit

Permalink
Increase CI test verbosity level
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Ong <jcong@amazon.com>
  • Loading branch information
jeremyong-az committed Mar 21, 2022
1 parent a31b462 commit 54a174b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.and.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 54a174b

Please sign in to comment.