mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
7d2ea09deb
commit
d5d10db429
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user