]> 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:45:56 +0000 (09:45 +0200)
commitc2dcd9596697e768626d9cbc417467e399ceae3e
tree22f42619231922523c5abdfb457bce995dbc3e09
parent852a2d834fbd031080ccb792373407ab1641f67c
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'.
bin/tests/system/run.sh.in
bin/tests/system/testsummary.sh