Home | History | Annotate | Download | only in checkout

Lines Matching refs:test_dir_path

579         test_dir_path = os.path.join(self.svn_checkout_path, "test_dir2")
580 os.mkdir(test_dir_path)
581 test_file_path = os.path.join(test_dir_path, 'test_file2')
593 os.chdir(test_dir_path)
594 scm = detect_scm_system(test_dir_path)