Skip to content
Snippets Groups Projects
Commit bb2b4348 authored by Florent Thiery's avatar Florent Thiery
Browse files

fix typo, invert tests order refs #20596

parent 9a3d3206
No related branches found
No related tags found
No related merge requests found
......@@ -65,9 +65,9 @@ if worker_ip != '127.0.1.1':
if not check_ssh(worker_ip):
all_ok = False
else:
if not run_tests(worker_ip):
if not check_celerity_connectivity(worker_ip):
all_ok = False
if not check_celerity_connectivity(ip):
if not run_tests(worker_ip):
all_ok = False
sys.exit(int(not all_ok))
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