diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-04 08:03:42 -0400 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-09-07 12:34:17 +0200 |
commit | cc9962d8ea80b39118d921109fd2f8db308e1d4a (patch) | |
tree | 02df2145c9a189d874ef5900f7e37aed425d9830 /tests/qtest/meson.build | |
parent | affcc09c2d54780b76f135bca79a65a1343a7269 (diff) | |
download | qemu-cc9962d8ea80b39118d921109fd2f8db308e1d4a.zip |
tests/qtest: do not list ahci-test twice
This is caught by "meson test", which complains about two tests with the
same name.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200904120342.11370-1-pbonzini@redhat.com>
Fixes: a2ce7dbd917 ("meson: convert tests/qtest to meson")
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qtest/meson.build')
-rw-r--r-- | tests/qtest/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 8f8fdb1336..874b5be62b 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -49,7 +49,6 @@ qtests_i386 = \ qtests_pci + \ ['fdc-test', 'ide-test', - 'ahci-test', 'hd-geo-test', 'boot-order-test', 'bios-tables-test', |