Lines Matching refs:test_exe
63 self.test_exe = exe = os.path.join(exepath, exename)
79 cmd = [self.test_exe]
259 expected_path = self.test_exe
627 default_executable = self.test_exe
1115 executable = self.test_exe
1119 executable = self.test_exe
1206 dll = os.path.join(os.path.dirname(self.test_exe), dll)
1207 dll3 = os.path.join(os.path.dirname(self.test_exe), dll3)
1214 exec_copy = os.path.join(tmpdir, os.path.basename(self.test_exe))
1215 shutil.copyfile(self.test_exe, exec_copy)
1216 shutil.copystat(self.test_exe, exec_copy)
1217 self.test_exe = exec_copy
1279 executable = self.test_exe
1325 executable = self.test_exe