Skip to content

Commit

Permalink
system checks was not in correct position (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR authored Nov 29, 2023
1 parent b609a7a commit 01d0938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ def run_until(runner, step):
# do a meaningless operation on return_run_id so pylint doesn't complain
print(return_run_id)

runner.check_system('start')
runner.initialize_folder(runner._tmp_folder)
runner.checkout_repository()
runner.initial_parse()
runner.import_metric_providers()
runner.populate_image_names()
runner.check_running_containers()
runner.check_system()
runner.remove_docker_images()
runner.download_dependencies()
runner.register_machine_id()
Expand Down

0 comments on commit 01d0938

Please sign in to comment.