From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: ia Liu <proljc@gmail.com>,
qemu-trivial@nongnu.org, Thomas Huth <thuth@redhat.com>
Subject: [PATCH] tests/functional: Put the or1k_sim test into the slow category
Date: Tue, 17 Sep 2024 13:02:47 +0200 [thread overview]
Message-ID: <20240917110247.153485-1-thuth@redhat.com> (raw)
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
reply other threads:[~2024-09-17 11:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240917110247.153485-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=philmd@linaro.org \
--cc=proljc@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).