mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-30 19:57:10 +01:00 
			
		
		
		
	Make approval tests also check compact reporter
This commit is contained in:
		| @@ -167,6 +167,8 @@ def approve(baseName, args): | ||||
| print("Running approvals against executable:") | ||||
| print("  " + cmdPath) | ||||
|  | ||||
|  | ||||
| ### Keep default reporters here | ||||
| # Standard console reporter | ||||
| approve("console.std", ["~[!nonportable]~[!benchmark]~[approvals]", "--order", "lex"]) | ||||
| # console reporter, include passes, warn about No Assertions | ||||
| @@ -177,6 +179,8 @@ approve("console.swa4", ["~[!nonportable]~[!benchmark]~[approvals]", "-s", "-w", | ||||
| approve("junit.sw", ["~[!nonportable]~[!benchmark]~[approvals]", "-s", "-w", "NoAssertions", "-r", "junit", "--order", "lex"]) | ||||
| # xml reporter, include passes, warn about No Assertions | ||||
| approve("xml.sw", ["~[!nonportable]~[!benchmark]~[approvals]", "-s", "-w", "NoAssertions", "-r", "xml", "--order", "lex"]) | ||||
| # compact reporter, include passes, warn about No Assertions | ||||
| approve('compact.sw', ['~[!nonportable]~[!benchmark]~[approvals]', '-s', '-w', 'NoAssertions', '-r', 'compact', '--order', 'lex']) | ||||
|  | ||||
| if overallResult != 0: | ||||
|     print("If these differences are expected, run approve.py to approve new baselines.") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský