Skip to content
  • Marco Trevisan's avatar
    tests/fprintd: Ensure that the daemon doesn't crash or abort · d72c8024
    Marco Trevisan authored and Bastien Nocera's avatar Bastien Nocera committed
    An application terminating because of a signal like SIGSEGV, SIGABRT and
    friends, will exit with a signal number that is 128 + $SIGNAL_NUMBER, so
    let's ensure that the daemon has not been terminated because of a such error
    
    This makes even more sense with address sanitizer builds, as the daemon
    would exit with abort.
    d72c8024