diff options
| author | Thomas Huth <thuth@redhat.com> | 2024-09-17 13:02:47 +0200 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-09-20 10:05:13 +0300 |
| commit | 0addb05a8c3fc48cd7fa901dfaaebe41fa38d696 (patch) | |
| tree | 07a3aacbc9b43dd981b12c94fb55ade34eba813c | |
| parent | fd7294335c9ce7f9cb5e4b5e3b3148d9e8cce3bd (diff) | |
| download | focaccia-qemu-0addb05a8c3fc48cd7fa901dfaaebe41fa38d696.tar.gz focaccia-qemu-0addb05a8c3fc48cd7fa901dfaaebe41fa38d696.zip | |
tests/functional: Put the or1k_sim test into the slow category
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> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to '')
| -rw-r--r-- | tests/functional/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/meson.build b/tests/functional/meson.build index 8d5520349d..4352e5919b 100644 --- a/tests/functional/meson.build +++ b/tests/functional/meson.build @@ -92,7 +92,7 @@ tests_mips64el_system_thorough = [ 'mips64el_malta', ] -tests_or1k_system_quick = [ +tests_or1k_system_thorough = [ 'or1k_sim', ] |