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

Fixed envsetup restart (refs #24994).

parent b637973a
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ class Tester():
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)
os.execl('/usr/bin/python3', 'python3', tester_path, '-n', *args)
sys.exit(1) # not reachable
# Load conf
conf = utils.load_conf()
......
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