From c63bb0d0a732c9e7a44d060806135c2df2536491 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:20 +0100 Subject: [PATCH] update envsetup tests --- tests/test_mediaworker.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_mediaworker.py b/tests/test_mediaworker.py index 86d78daa..ada261cf 100755 --- a/tests/test_mediaworker.py +++ b/tests/test_mediaworker.py @@ -33,6 +33,9 @@ def check_ssh(ip): return True def run_tests(ip): + print('Updating envsetup tests on MediaWorker') + cmd = 'ssh -t %s cd /root/envsetup && git pull' + os.systrm(cmd) print('Running envsetup tests on MediaWorker') cmd = 'ssh -t %s /root/envsetup/tester.py' % ip status = os.system(cmd) -- GitLab