From 1dc50be7529e9560d06b9f52bc34fb4814155ce1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Thu, 8 Feb 2018 14:42:31 +0100
Subject: [PATCH] Revert redirect update stderr.

---
 tester.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tester.py b/tester.py
index 627a4590..650abef8 100755
--- a/tester.py
+++ b/tester.py
@@ -123,7 +123,7 @@ class Tester():
         if '-n' not in args:
             tester_path = os.path.join(root_dir, os.path.basename(__file__))
             mtime = os.path.getmtime(tester_path)
-            subprocess.call(['python3', 'update_envsetup.py'], stderr=subprocess.STDOUT)
+            subprocess.call(['python3', 'update_envsetup.py'])
             if mtime != os.path.getmtime(tester_path):
                 log('The script has changed, restarting it...')
                 os.execl('/bin/python3', 'python3', tester_path, '-n', *args)
-- 
GitLab