mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	bpo-33053: Remove test_cmd_line_script debugging print (GH-6237)
I noticed this had slipped into the original commit when resolving a merge conflict for the backport to 3.7.
This commit is contained in:
		
							parent
							
								
									51c9ab42ab
								
							
						
					
					
						commit
						a9e5d0e9ef
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -125,8 +125,6 @@ def _check_script(self, script_exec_args, expected_file, | ||||||
|             script_exec_args = [script_exec_args] |             script_exec_args = [script_exec_args] | ||||||
|         run_args = [*support.optim_args_from_interpreter_flags(), |         run_args = [*support.optim_args_from_interpreter_flags(), | ||||||
|                     *cmd_line_switches, *script_exec_args, *example_args] |                     *cmd_line_switches, *script_exec_args, *example_args] | ||||||
|         if env_vars: |  | ||||||
|             print(env_vars) |  | ||||||
|         rc, out, err = assert_python_ok( |         rc, out, err = assert_python_ok( | ||||||
|             *run_args, __isolated=False, __cwd=cwd, **env_vars |             *run_args, __isolated=False, __cwd=cwd, **env_vars | ||||||
|         ) |         ) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Nick Coghlan
						Nick Coghlan