Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
manuamest committed Feb 18, 2024
1 parent 4a06e7f commit ab38d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codeAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 --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 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")
Expand Down

0 comments on commit ab38d96

Please sign in to comment.