From: Alex Bennée Date: Thu, 17 Jul 2025 10:41:05 +0000 (+0100) Subject: docs/devel: fix over-quoting of QEMU_TEST_KEEP_SCRATCH X-Git-Tag: v10.1.0-rc0~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c182e1213a0fd334f13948cb80b886e6fd1ab88;p=thirdparty%2Fqemu.git docs/devel: fix over-quoting of QEMU_TEST_KEEP_SCRATCH Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Daniel P. Berrangé Message-ID: <20250717104105.2656786-1-alex.bennee@linaro.org> Signed-off-by: Thomas Huth --- diff --git a/docs/devel/testing/functional.rst b/docs/devel/testing/functional.rst index 9e56dd1b11..3728bab6c0 100644 --- a/docs/devel/testing/functional.rst +++ b/docs/devel/testing/functional.rst @@ -65,7 +65,7 @@ directory should be your build folder. For example:: The test framework will automatically purge any scratch files created during the tests. If needing to debug a failed test, it is possible to keep these -files around on disk by setting ```QEMU_TEST_KEEP_SCRATCH=1``` as an env +files around on disk by setting ``QEMU_TEST_KEEP_SCRATCH=1`` as an env variable. Any preserved files will be deleted the next time the test is run without this variable set.