* [PATCH] tests/functional: Put the or1k_sim test into the slow category
@ 2024-09-17 11:02 Thomas Huth
0 siblings, 0 replies; only message in thread
From: Thomas Huth @ 2024-09-17 11:02 UTC (permalink / raw)
To: qemu-devel, Philippe Mathieu-Daudé; +Cc: ia Liu, qemu-trivial, Thomas Huth
Looks like a copy-n-paste mistake while adding the or1k_sim test
here: The test downloads an asset from the internet, so it should
be in the thorough category, not in the quick one.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/functional/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/functional/meson.build b/tests/functional/meson.build
index 289efa2831..d1bf71cbd3 100644
--- a/tests/functional/meson.build
+++ b/tests/functional/meson.build
@@ -95,7 +95,7 @@ tests_mips64el_system_thorough = [
'mips64el_malta',
]
-tests_or1k_system_quick = [
+tests_or1k_system_thorough = [
'or1k_sim',
]
--
2.46.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-17 11:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-17 11:02 [PATCH] tests/functional: Put the or1k_sim test into the slow category Thomas Huth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).