diff --git a/scripts/NOD_repair.py b/scripts/NOD_repair.py index 73e7369..3a746f7 100644 --- a/scripts/NOD_repair.py +++ b/scripts/NOD_repair.py @@ -19,8 +19,8 @@ from pathlib import Path -run_nondex_cmds = "/home/azureuser/flaky/cmds/run_nondex.sh" -checkout_project_cmds = "/home/azureuser/flaky/cmds/checkout_project.sh" +run_nondex_cmds = "cmds/run_nondex.sh" +checkout_project_cmds = "cmds/checkout_project.sh" def generate_input(clone_dir,tests): test_list = [] @@ -866,4 +866,4 @@ def extract_test_method(test_name, class_content): unfixed_test = ask_gpt(test_list,save_resfile,clone_dir,save_dir,final_resfile) sample_tests.filter_tests(unfixed_test,unfixed_csv) for item in unfixed_test: - print("unfixed: ", item) \ No newline at end of file + print("unfixed: ", item)