testenv: respawn.sh: don't respawn on segfault (details)
testenv: print backtrace on startup fail too (details)
Commit
77311c76c05eef9a1ba80a52764038faf1c46883
by Oliver Smith
testenv: pass env var for --binary-repo
Pass TESTENV_BINARY_REPO=1 to the podman container if the --binary-repo argument is set. This will be used for the BTS testsuite to figure out from where we need to run fake-trx.
Commit
edb02d68d65ffe0de0a509dfb9e5aceb4202935e
by Pau Espin Pedrol
testenv: print backtrace on startup fail too
When a program fails to start up, look for the coredump and print a backtrace if it was found (instead of only doing it if a program crashes later on).