Edit

IABSD.fr/src/share/mk

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2023-09-24 08:28:20
    Hash : 1593da72
    Message : Make REGRESS_LOG more useful again Enabling REGRESS_FAIL_EARLY made REGRESS_LOG error out at the first error, which is pointless. So default to no if REGRESS_LOG is set unless the user explicitly enabled it. Requested by claudio ok bluhm