From: Michal Nowak Date: Thu, 20 Jan 2022 12:43:43 +0000 (+0100) Subject: Drop systests.output references from system test X-Git-Tag: v9.19.0~138^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f6b996f6fc7f5f52df3d774123adcd69889a651a;p=thirdparty%2Fbind9.git Drop systests.output references from system test Since "runall.sh" script removal systests.output file is not being created and its references are useless. --- diff --git a/bin/tests/system/.gitignore b/bin/tests/system/.gitignore index 846ada83739..d41de04dd44 100644 --- a/bin/tests/system/.gitignore +++ b/bin/tests/system/.gitignore @@ -10,7 +10,6 @@ named.run /feature-test /test.output.* /makejournal -/systests.output /random.data /*.log /*.trs diff --git a/bin/tests/system/README b/bin/tests/system/README index 8db1a058482..b4d64dd7ffa 100644 --- a/bin/tests/system/README +++ b/bin/tests/system/README @@ -126,9 +126,7 @@ new tests being started as tests finish. Each test will get a unique set of ports, so there is no danger of tests interfering with one another. Parallel running will reduce the total time taken to run the BIND system tests, but will mean that the output from all the tests sent to the screen will be mixed up -with one another. However, the systests.output file produced at the end of the -run (in the bin/tests/system directory) will contain the output from each test -in sequential order. +with one another. In this case, retention of the output files after a test completes successfully is specified by setting the environment variable SYSTEMTEST_NO_CLEAN to 1 prior