summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/rust.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/rust.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/rust.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/rust.py b/meta/lib/oeqa/selftest/cases/rust.py
index 6181c10ea9..62ca762cd0 100644
--- a/meta/lib/oeqa/selftest/cases/rust.py
+++ b/meta/lib/oeqa/selftest/cases/rust.py
@@ -210,7 +210,7 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase):
210 210
211 exclude_fail_tests = " ".join([" --exclude " + item for item in exclude_list]) 211 exclude_fail_tests = " ".join([" --exclude " + item for item in exclude_list])
212 # Add exclude_fail_tests with other test arguments 212 # Add exclude_fail_tests with other test arguments
213 testargs = exclude_fail_tests + " --doc --no-fail-fast --bless" 213 testargs = exclude_fail_tests + " --no-fail-fast --bless"
214 214
215 # wrap the execution with a qemu instance. 215 # wrap the execution with a qemu instance.
216 # Tests are run with 512 tasks in parallel to execute all tests very quickly 216 # Tests are run with 512 tasks in parallel to execute all tests very quickly