From d5d10db429917026b331279288bab9af31447316 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 28 Mar 2024 17:41:43 +0000 Subject: curl: fix quoting when disabling flaky tests The list of test labels to disable shouldn't be quoted, and this meant that tests were running when they should not. [ YOCTO #15268 ] (From OE-Core rev: 97afe73e6fbd4a116ac3bf2178634d7636195e5a) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/curl/curl/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/curl/curl/run-ptest b/meta/recipes-support/curl/curl/run-ptest index acd2892f80..3d25f3d90b 100644 --- a/meta/recipes-support/curl/curl/run-ptest +++ b/meta/recipes-support/curl/curl/run-ptest @@ -8,4 +8,4 @@ cd tests # Run four tests in parallel # Print log output on failure # Don't run the flaky or timing dependent tests -./runtests.pl -a -n -am -j4 -p '!flaky !timing-dependent' +./runtests.pl -a -n -am -j4 -p !flaky !timing-dependent -- cgit v1.2.3-54-g00ecf