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

fix second typo

parent 07b55155
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ def check_ssh(ip):
def run_tests(ip):
print('Updating envsetup tests on MediaWorker')
cmd = 'ssh -t %s cd /root/envsetup && git pull'
cmd = 'ssh -t %s cd /root/envsetup && git pull' % ip
os.system(cmd)
print('Running envsetup tests on MediaWorker')
cmd = 'ssh -t %s /root/envsetup/tester.py' % ip
......
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