Skip to content

Commit

Permalink
Fix run_pycfml_functional_tests_with_benchmarks_save.sh [save benchma…
Browse files Browse the repository at this point in the history
…rk results]
  • Loading branch information
AndrewSazonov committed Jul 26, 2024
1 parent 919a92d commit 7a75bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pybuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ def run_pycfml_functional_tests_with_benchmarks_save():
lines.append(cmd)
script_name = f'{sys._getframe().f_code.co_name}.sh'
_write_lines_to_file(lines, script_name)
append_to_main_script(lines)
#append_to_main_script(lines)

def run_pycfml_functional_tests_with_benchmarks_compare():
project_name = CONFIG['pycfml']['log-name']
Expand Down Expand Up @@ -1526,6 +1526,7 @@ def run_pycfml_functional_tests_with_benchmarks_compare():
add_main_script_header(f"Run {pyCFML} tests")
run_pycfml_unit_tests()
run_pycfml_functional_tests_no_benchmarks()
run_pycfml_functional_tests_with_benchmarks_save()
run_pycfml_functional_tests_with_benchmarks_compare()

_print_msg(f'All scripts were successfully created in {_scripts_path()}')

0 comments on commit 7a75bcd

Please sign in to comment.