]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop systests.output references from system test
authorMichal Nowak <mnowak@isc.org>
Thu, 20 Jan 2022 12:43:43 +0000 (13:43 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 27 Jan 2022 14:32:28 +0000 (15:32 +0100)
Since "runall.sh" script removal systests.output file is not being
created and its references are useless.

bin/tests/system/.gitignore
bin/tests/system/README

index 846ada83739a8171352852aea142643d57ef0c0e..d41de04dd447d4a43ccc0417228e9a59e094d0bb 100644 (file)
@@ -10,7 +10,6 @@ named.run
 /feature-test
 /test.output.*
 /makejournal
-/systests.output
 /random.data
 /*.log
 /*.trs
index 8db1a058482dd28080bac5b15d6c78f6b3c5eb8b..b4d64dd7ffae53708ad0e2daa3489ebd45cace0b 100644 (file)
@@ -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