Home
last modified time | relevance | path

Searched refs:RESUME_SCRIPT_PATH (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/tools/harness-automation/autothreadharness/
Drunner.py52 RESUME_SCRIPT_PATH = "%appdata%\\Microsoft\\Windows\\Start Menu\\Programs\\" "Startup\\continue_har… variable
88 … (' '.join(self.auto_reboot_args + ['-c', test.__class__.__name__]), RESUME_SCRIPT_PATH))
118 os.system('del "%s"' % RESUME_SCRIPT_PATH)
312 if os.path.isfile(RESUME_SCRIPT_PATH):
313 os.system('del "%s"' % RESUME_SCRIPT_PATH)