• Jérome Perrin's avatar
    test: unset MAKEFLAGS from parent environment · ae7e7123
    Jérome Perrin authored
    Our test infrastructure inherits MAKEFLAGS=-j12 which cause test for
    make-targets ( which does `make install install-lib` ) to output sometimes:
    
        installing patched package
        installing patched package-lib
    
    and sometimes
    
        installing patched package-lib
        installing patched package
    
    because with such MAKEFLAGS the order in which these two independent
    targets are installed is not stable.
    ae7e7123
tests.py 12.5 KB