Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/workloadtest/
Dwork_load.py95 def git_pull(check_out_dir=os.getcwd()): function
165 git_pull(data_dir)
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py262 self.git_pull(RegressTestConfig.REGRESS_TEST_CASE_DIR)
277 def git_pull(check_out_dir=os.getcwd()): member in RegressTestPrepare