mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Turn on verbose2 for importlib.test.regrtest so as to see failures when they occur.
This commit is contained in:
		
							parent
							
								
									6afbaef2fd
								
							
						
					
					
						commit
						ce7d4cbc3b
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -8,7 +8,6 @@
 | 
				
			||||||
XXX FAILING
 | 
					XXX FAILING
 | 
				
			||||||
    test_import  # execution bit, exception name differing, file name differing
 | 
					    test_import  # execution bit, exception name differing, file name differing
 | 
				
			||||||
                    between code and module (?)
 | 
					                    between code and module (?)
 | 
				
			||||||
    test_importhooks  # package not set in _gcd_import() but level > 0
 | 
					 | 
				
			||||||
    test_pep3120  # Difference in exception
 | 
					    test_pep3120  # Difference in exception
 | 
				
			||||||
    test_runpy  # Importing sys.imp.eric raises AttributeError instead of
 | 
					    test_runpy  # Importing sys.imp.eric raises AttributeError instead of
 | 
				
			||||||
                    ImportError (as does any attempt to import a sub-module
 | 
					                    ImportError (as does any attempt to import a sub-module
 | 
				
			||||||
| 
						 | 
					@ -34,4 +33,4 @@
 | 
				
			||||||
        # No programmatic way to specify tests to exclude
 | 
					        # No programmatic way to specify tests to exclude
 | 
				
			||||||
        sys.argv.extend(exclude)
 | 
					        sys.argv.extend(exclude)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    regrtest.main(quiet=True)
 | 
					    regrtest.main(quiet=True, verbose2=True)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue