adjust paths in test
This commit is contained in:
		
					parent
					
						
							
								6771a13758
							
						
					
				
			
			
				commit
				
					
						4946fe2654
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -24,9 +24,9 @@ import unittest | ||||||
| import tempfile | import tempfile | ||||||
| 
 | 
 | ||||||
| cdist_base_path = os.path.abspath( | cdist_base_path = os.path.abspath( | ||||||
|     os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../../")) |     os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../../../")) | ||||||
| 
 | 
 | ||||||
| cdist_exec_path = os.path.join(cdist_base_path, "bin/cdist") | cdist_exec_path = os.path.join(cdist_base_path, "scripts/cdist") | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class CdistTestCase(unittest.TestCase): | class CdistTestCase(unittest.TestCase): | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue