Skip to content
Snippets Groups Projects
Commit 1dc50be7 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Revert redirect update stderr.

parent 024770dc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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