Lines Matching refs:test_exe
58 self.test_exe = exe = os.path.join(exepath, exename)
74 cmd = [self.test_exe]
244 expected_path = self.test_exe
573 default_executable = self.test_exe
1045 executable = self.test_exe
1049 executable = self.test_exe
1136 dll = os.path.join(os.path.dirname(self.test_exe), dll)
1137 dll3 = os.path.join(os.path.dirname(self.test_exe), dll3)
1144 exec_copy = os.path.join(tmpdir, os.path.basename(self.test_exe))
1145 shutil.copyfile(self.test_exe, exec_copy)
1146 shutil.copystat(self.test_exe, exec_copy)
1147 self.test_exe = exec_copy
1210 executable = self.test_exe
1256 executable = self.test_exe