mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #6422 from ethereum/ci-smaller-log-output
Decrease xml test log size
This commit is contained in:
		
						commit
						6de376542c
					
				| @ -209,9 +209,9 @@ do | ||||
|         then | ||||
|         if [ -n "$optimize" ] | ||||
|         then | ||||
|             log=--logger=JUNIT,test_suite,$log_directory/opt_$vm.xml $testargs | ||||
|             log=--logger=JUNIT,error,$log_directory/opt_$vm.xml $testargs | ||||
|         else | ||||
|             log=--logger=JUNIT,test_suite,$log_directory/noopt_$vm.xml $testargs_no_opt | ||||
|             log=--logger=JUNIT,error,$log_directory/noopt_$vm.xml $testargs_no_opt | ||||
|         fi | ||||
|         fi | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user