]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make sure .txt files are not identified as crashed test
authorMichal Nowak <mnowak@isc.org>
Mon, 3 Aug 2020 06:36:05 +0000 (08:36 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 12 Aug 2020 07:56:16 +0000 (09:56 +0200)
commitd79c96da012da230857dd9a4fa4a417c9dcd246a
tree8615054a4f48d76be911faa190c9dcb39fd8ac96
parente0e208365923318825c84b40adbf147fa2a83607
Make sure .txt files are not identified as crashed test

Previously .txt files with full backtrace may be identified as a
crashed test:

    I:Core dumps were found for the following system tests:
    I:  core.19948-backtrace.txt
    I:   shutdown

Now .txt files are removed from the list.

Change 'run.sh.in' to match the core matching pattern in
'testsummary.sh'.

(cherry picked from commit c2dcd9596697e768626d9cbc417467e399ceae3e)
(cherry picked from commit 01119ac4f97b492ed2a87fdedabd739a33513d5c)
bin/tests/system/run.sh
bin/tests/system/testsummary.sh