Lines Matching full:join
26 os.chdir(os.path.join(self.XFS_TESTS_PATH, 'tests', fs))
43 'bash ./check %s' % os.path.join('tests', test),
48 result_full = os.path.join('results', '.'.join([test, 'full']))
49 result_full_loc = os.path.join(self.XFS_TESTS_PATH, result_full)
52 os.path.join(self.resultsdir, 'full'))
94 result_full = os.path.join('results',
95 '.'.join([test, 'full']))
96 result_full_loc = os.path.join(self.XFS_TESTS_PATH,
101 os.path.join(self.resultsdir,
133 test_name = os.path.join(test_dir, test_number)