Skip to content
  • Ben Boeckel's avatar
    ctest: count errors from scripts properly · d8589e64
    Ben Boeckel authored
    In the unlikely event that someone has a billion+ scripts (or some
    codepath returns negative numbers), we could overflow and make a pile of
    errors a non-error. This change also allows us to use flags for the
    error in the future rather than just "something went wrong".
    d8589e64