diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2025-07-17 11:41:05 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2025-07-21 07:58:57 +0200 |
commit | 2c182e1213a0fd334f13948cb80b886e6fd1ab88 (patch) | |
tree | 25234a8920673f1045d211c9334f3b9262eddc24 | |
parent | c3fd296cf7b1016671205e1525e4e9caf870f68e (diff) | |
download | qemu-2c182e1213a0fd334f13948cb80b886e6fd1ab88.zip qemu-2c182e1213a0fd334f13948cb80b886e6fd1ab88.tar.gz qemu-2c182e1213a0fd334f13948cb80b886e6fd1ab88.tar.bz2 |
docs/devel: fix over-quoting of QEMU_TEST_KEEP_SCRATCH
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250717104105.2656786-1-alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | docs/devel/testing/functional.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/testing/functional.rst b/docs/devel/testing/functional.rst index 9e56dd1..3728bab 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. |