From 18937738047901c8e2cbb0a3ecf7cdb115d4183b Mon Sep 17 00:00:00 2001 From: manuamest Date: Sun, 18 Feb 2024 09:44:39 +0100 Subject: [PATCH] test --- codeAnalysis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codeAnalysis.py b/codeAnalysis.py index 76ee7cf..38caf2e 100644 --- a/codeAnalysis.py +++ b/codeAnalysis.py @@ -310,8 +310,8 @@ def run_codee_analysis(): #output = subprocess.check_output("/home/manuamest/Documentos/HACKATON/codee-2024.1.1-linux-x86_64/bin/pwreport --config compile_commands.json programs/fuzz/*.c --json", shell=True) # EJECUCION EN GITHUB - output = subprocess.check_output("../codee-2024.1.1-linux-x86_64/bin/pwreport --config compile_commands.json library/*.c --json", shell=True) - #output = subprocess.check_output("../codee-2024.1.1-linux-x86_64/bin/pwreport --config compile_commands.json tests/*.c --json", shell=True) + output = subprocess.check_output("../codee-2024.1.1-linux-x86_64/bin/pwreport --accept-eula --config compile_commands.json library/*.c --json", shell=True) + #output = subprocess.check_output("../codee-2024.1.1-linux-x86_64/bin/pwreport --accept-eula --config compile_commands.json tests/*.c --json", shell=True) #output = subprocess.check_output("../codee-2024.1.1-linux-x86_64/bin/pwreport --accept-eula --config compile_commands.json programs/fuzz/*.c --json", shell=True) output_variable = output.decode("utf-8")