Skip to content
Snippets Groups Projects
Commit 8178044d authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-419: fixed typo

parent dd3b627b
No related branches found
No related tags found
1 merge request!268Resolve TMSS-419
...@@ -501,7 +501,7 @@ def main_test_environment(): ...@@ -501,7 +501,7 @@ def main_test_environment():
start_ra_test_environment=options.services, start_postgres_listener=options.services, start_ra_test_environment=options.services, start_postgres_listener=options.services,
start_subtask_scheduler=options.services, start_dynamic_scheduler=options.services, start_subtask_scheduler=options.services, start_dynamic_scheduler=options.services,
start_pipeline_control=options.services, start_pipeline_control=options.services,
start_workflow_service=options.services and options.viewflow, enable_workflow=options.viewflow) as tmss_test_env: start_workflow_service=options.services and options.viewflow, enable_viewflow=options.viewflow) as tmss_test_env:
# print some nice info for the user to use the test servers... # print some nice info for the user to use the test servers...
# use print instead of log for clean lines. # use print instead of log for clean lines.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment