We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b609a7a commit 01d0938Copy full SHA for 01d0938
tests/test_functions.py
@@ -67,13 +67,13 @@ def run_until(runner, step):
67
# do a meaningless operation on return_run_id so pylint doesn't complain
68
print(return_run_id)
69
70
+ runner.check_system('start')
71
runner.initialize_folder(runner._tmp_folder)
72
runner.checkout_repository()
73
runner.initial_parse()
74
runner.import_metric_providers()
75
runner.populate_image_names()
76
runner.check_running_containers()
- runner.check_system()
77
runner.remove_docker_images()
78
runner.download_dependencies()
79
runner.register_machine_id()
0 commit comments