79d5c3c runtests: Allow usage of virtual environments

1 file Authored by Antoni Segura Puimedon 5 years ago, Committed by pingou 5 years ago,
1 file changed. 1 lines added. 1 lines removed.
    runtests: Allow usage of virtual environments
    
    Currently the python3 interpreter location is hardcoded in the shebang.
    This is problematic when running the tests in distros that place it
    elsewhere or when leveraging virtualenvs to run the tests. With the
    proposed change we just rely on python3 being in the environment.
    
    Merges: #3789
    
    Signed-off-by: Antoni Segura Puimedon <celebdor@gmail.com>
    
        
file modified
+1 -1