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 <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2024-03-28 17:41:43 +00:00
committed by Richard Purdie
parent 7d2ea09deb
commit d5d10db429

View File

@@ -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