Closed Jean85 closed 7 years ago
After a quick chat on Twitter last night, @taueres suggested to me to use exit(139) as a way to emulate test segfaults in Paraunit's testsuite. Since we ditched output parsing in favor of JSON logs, this should be feasible.
exit(139)
After a quick chat on Twitter last night, @taueres suggested to me to use
exit(139)
as a way to emulate test segfaults in Paraunit's testsuite. Since we ditched output parsing in favor of JSON logs, this should be feasible.