Lines Matching refs:remove_file
305 def __init__(self, cmd, compare_str, compare_abc_str, remove_file):
309 self.remove_file = remove_file
330 if self.remove_file != '' and os.path.exists(self.remove_file):
331 os.remove(self.remove_file)
2407 remove_file = lib_file
2411 remove_file = lib_file
2419 remove_file = ""
2422 runner.add_cmd([runner.es2panda, "--merge-abc", "--transform-lib", lib_file, js_file], msg[2], msg[3], remove_file)
2431 def add_cmd(self, cmd, compare_str, compare_abc_str, remove_file, func=TestAop):
2432 self.tests += [func(cmd, compare_str, compare_abc_str, remove_file)]