From 07b551552146cad6dfc88c556d0f0c29f5197bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Thu, 23 Feb 2017 17:53:45 +0100 Subject: [PATCH] fix typo --- tests/test_mediaworker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mediaworker.py b/tests/test_mediaworker.py index ada261cf..ef4b8e6f 100755 --- a/tests/test_mediaworker.py +++ b/tests/test_mediaworker.py @@ -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) -- GitLab