mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	Ensure that stderr is caught / $prg=testssl.sh
As suggested in #2780 this PR redirects all stderr on a perl level to stdout so that we should see all errors which we miss because we can't redirect (>/dev/null in check) or we haven't redirected yet. Also old checks are imporved, so that $prg is used as in newer checks.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/unit_tests_macos.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/unit_tests_macos.yml
									
									
									
									
										vendored
									
									
								
							| @@ -51,4 +51,4 @@ jobs: | ||||
|  | ||||
|       - name: run it | ||||
|         run: | | ||||
|           prove -v t | ||||
|           prove -v t 2>&1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter