Skip to content
Snippets Groups Projects
Commit d8b94c19 authored by Jammer, Tim's avatar Jammer, Tim
Browse files

fix counting of cases generated

parent cf117f83
Branches
No related tags found
1 merge request!5more work on infrastructure III
......@@ -138,7 +138,7 @@ class GeneratorManager:
with open(full_name, "w") as text_file:
text_file.write(str(result_error))
++cases_generated
cases_generated += 1
if try_compile:
subprocess.check_call([mpicc, full_name])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment