aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefano Garzarella <sgarzare@redhat.com>2021-05-17 17:17:00 +0200
committerThomas Huth <thuth@redhat.com>2021-06-02 06:51:09 +0200
commit551bdfa079b8b08ee212a36675774a1d22bc9fcf (patch)
tree9b5828c3db1fd8d991acf8504bac5708cf5db79b /tests
parent29f2316761ef2c83581893bcffa43f11fba5b2fe (diff)
downloadqemu-551bdfa079b8b08ee212a36675774a1d22bc9fcf.zip
qemu-551bdfa079b8b08ee212a36675774a1d22bc9fcf.tar.gz
qemu-551bdfa079b8b08ee212a36675774a1d22bc9fcf.tar.bz2
docs: fix references to docs/devel/build-system.rst
Commit a14f0bf165 ("docs: convert build system documentation to rST") converted docs/devel/build-system.txt to docs/devel/build-system.rst. We still have several references to the old file, so let's fix them with the following command: sed -i s/build-system.txt/build-system.rst/ \ $(git grep -l docs/devel/build-system.txt) Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Message-Id: <20210517151702.109066-4-sgarzare@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/qapi-schema/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/meson.build b/tests/qapi-schema/meson.build
index 9e8f658..b8de581 100644
--- a/tests/qapi-schema/meson.build
+++ b/tests/qapi-schema/meson.build
@@ -208,7 +208,7 @@ schemas += [meson.current_source_dir() / 'missing-schema.json']
# Because people may want to use test-qapi.py from the command line, we
# are not using the "#! /usr/bin/env python3" trick here. See
-# docs/devel/build-system.txt
+# docs/devel/build-system.rst
test('QAPI schema regression tests', python,
args: files('test-qapi.py') + schemas,
env: test_env, suite: ['qapi-schema', 'qapi-frontend'])