diff options
-rw-r--r-- | meta/recipes-core/util-linux/util-linux/run-ptest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux/run-ptest b/meta/recipes-core/util-linux/util-linux/run-ptest index 7b6b1d1dc2..6886b66c49 100644 --- a/meta/recipes-core/util-linux/util-linux/run-ptest +++ b/meta/recipes-core/util-linux/util-linux/run-ptest | |||
@@ -24,7 +24,8 @@ mount --make-shared / | |||
24 | 24 | ||
25 | # lsfd/option-inet has races in the test script: | 25 | # lsfd/option-inet has races in the test script: |
26 | # https://github.com/util-linux/util-linux/issues/2399 | 26 | # https://github.com/util-linux/util-linux/issues/2399 |
27 | ./tests/run.sh --use-system-commands --parsable --show-diff --exclude=lsfd/option-inet | sed -u '{ | 27 | # lsfd/mkfds-bpf* have issues with the gcc 15 upgrade |
28 | ./tests/run.sh --use-system-commands --parsable --show-diff --exclude='lsfd/option-inet lsfd/mkfds-bpf-map lsfd/mkfds-bpf-prog' | sed -u '{ | ||
28 | s/^\(.*\):\(.*\) \.\.\. OK$/PASS: \1:\2/ | 29 | s/^\(.*\):\(.*\) \.\.\. OK$/PASS: \1:\2/ |
29 | s/^\(.*\):\(.*\) \.\.\. FAILED \(.*\)$/FAIL: \1:\2 \3/ | 30 | s/^\(.*\):\(.*\) \.\.\. FAILED \(.*\)$/FAIL: \1:\2 \3/ |
30 | s/^\(.*\):\(.*\) \.\.\. SKIPPED \(.*\)$/SKIP: \1:\2 \3/ | 31 | s/^\(.*\):\(.*\) \.\.\. SKIPPED \(.*\)$/SKIP: \1:\2 \3/ |