Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Mar 21, 2024
1 parent 06c4df2 commit ecbf715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/commands/run/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def test_execution(create_package, time_tool):
config = yaml.load(config_file, Loader=yaml.FullLoader)

os.makedirs(paths.get_executions_path(solution), exist_ok=True)
result = command.run_solution((solution, paths.get_executables_path(executable), test, config['time_limit'], config['memory_limit'], oiejq.get_oiejq_path()))
result = command.run_solution((solution, paths.get_executables_path(executable), test, config['time_limit'],
config['memory_limit'], oiejq.get_oiejq_path(), paths.get_executions_path()))
assert result.Status == Status.OK


Expand Down

0 comments on commit ecbf715

Please sign in to comment.