mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 03:22:27 +00:00 
			
		
		
		
	backport from the trunk, to fix test_tools with srcdir != builddir
changeset:   77827:c23b442b5d5e
        user:        Antoine Pitrou <solipsis@pitrou.net>
        date:        Thu Jun 28 01:20:26 2012 +0200
        summary:     Avoid using scrdir, it's broken.
        changeset:   77826:f0e58e778215
        user:        Neil Schemenauer <nas@arctrix.com>
        date:        Wed Jun 27 15:58:37 2012 -0600
        summary:     Fix bug in test_tools that prevented building is separate directory.
			
			
This commit is contained in:
		
							parent
							
								
									059ba52180
								
							
						
					
					
						commit
						7a8634d8d8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -15,8 +15,8 @@ if not sysconfig.is_python_build():
 | 
			
		|||
    # and run the tests in that case too?
 | 
			
		||||
    raise unittest.SkipTest('test irrelevant for an installed Python')
 | 
			
		||||
 | 
			
		||||
srcdir = sysconfig.get_config_var('projectbase')
 | 
			
		||||
basepath = os.path.join(os.getcwd(), srcdir, 'Tools')
 | 
			
		||||
basepath = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))),
 | 
			
		||||
                        'Tools')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ReindentTests(unittest.TestCase):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue