Lines Matching refs:BASE_OUT_DIR
212 remove_dir(BASE_OUT_DIR)
280 self.out_dir = BASE_OUT_DIR
372 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es51")
374 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2015")
376 self.out_dir = os.path.join(BASE_OUT_DIR, "test_intl")
378 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2021")
380 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2022")
382 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2023")
384 self.out_dir = os.path.join(BASE_OUT_DIR, "test_CI")
386 self.out_dir = os.path.join(BASE_OUT_DIR, "test_sendable")
388 self.out_dir = os.path.join(BASE_OUT_DIR, "other_tests")
390 self.out_dir = os.path.join(BASE_OUT_DIR, "test")
847 global BASE_OUT_DIR
849 BASE_OUT_DIR = BASE_OUT_DIR.replace("/","\\")
852 test_cmd.append(f"--tempDir={BASE_OUT_DIR}")