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

fix typo

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