Searched refs:ESHOST_DIR (Results 1 – 2 of 2) sorted by relevance
230 if not os.path.isdir(os.path.join(ESHOST_DIR, '.git')):231 git_clone(ESHOST_GIT_URL, ESHOST_DIR)232 git_checkout(ESHOST_GIT_HASH, ESHOST_DIR)233 git_apply('../eshost.patch', ESHOST_DIR)235 npm_install(ESHOST_DIR)249 remove_file(os.path.join(ESHOST_DIR, "lib/agents/panda.js"))250 remove_file(os.path.join(ESHOST_DIR, "runtimes/panda.js"))252 git_clean(ESHOST_DIR)253 git_apply("../eshost.patch", ESHOST_DIR)
26 ESHOST_DIR = os.path.join("test262", "eshost") variable