AMReX-Codes / regression_testing

The regression test routines for AMReX applications
BSD 3-Clause "New" or "Revised" License
5 stars 24 forks source link

Always Copy Backtraces (if any) #120

Closed ax3l closed 2 years ago

ax3l commented 2 years ago

For tests that crashed with backtraces but that were:

the backtraces were never copied. This should fix it.

ax3l commented 2 years ago

First seen in https://github.com/ECP-WarpX/WarpX/pull/2878

zingale commented 2 years ago

this probably fixes some of #111 , but I think somehow we are also missing copying the stdout for a test that crashes.