Skip to content
  • Brad King's avatar
    BUG: Fix crash when running internal CTest · 1e2c7a7b
    Brad King authored
    When CTest encounters a test whose executable is the ctest executable
    iteslf, it just invokes code inside itself to avoid starting a new
    process.  This fixes a null-pointer dereference in the logging code of
    that case.
    1e2c7a7b