From fec96d9a9ff3360b37aca0bfb0479a10c682ffea Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Fri, 4 May 2018 11:20:01 +0200 Subject: [PATCH] Remove mention of selftest.qrc from generator script's doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This supplements b1945604a78626ed25ad8afe70a64c2eac76a2b4, which removed the qrc file in favor of test/test.pro coding for it. Change-Id: I15507c89ca14fa6e6b8223de671ffff7092272d0 Reviewed-by: Tor Arne Vestbø --- tests/auto/testlib/selftests/generate_expected_output.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/auto/testlib/selftests/generate_expected_output.py b/tests/auto/testlib/selftests/generate_expected_output.py index 94eb26e481..1996416e8c 100755 --- a/tests/auto/testlib/selftests/generate_expected_output.py +++ b/tests/auto/testlib/selftests/generate_expected_output.py @@ -37,9 +37,7 @@ # it to the output of each test, ignoring various boring changes. # This script canonicalises the parts that would exhibit those boring # changes, so as to avoid noise in git (and conflicts in merges) for -# the saved copies of the output. If you add or remove any files, be -# sure to update selftests.qrc to match; the selftest only sees files -# listed there. +# the saved copies of the output. import os import subprocess