mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
b5dbb24070
Do not force CFLAGS (no longer necessary). (From OE-Core rev: 092ac58c7914142db397544b1a8e18f61423deba) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
30 lines
942 B
Diff
30 lines
942 B
Diff
From ea48a9816643482d438e4bb276c90cd6f02847e4 Mon Sep 17 00:00:00 2001
|
|
From: Zqiang <qiang.zhang@windriver.com>
|
|
Date: Mon, 19 Apr 2021 14:15:45 +0800
|
|
Subject: [PATCH] ifupdown: skip wrong test case
|
|
|
|
The test parameters of testcase(12-15) file is not right,
|
|
it triggers a test failure, these test items are invalid
|
|
and are skipped directly.
|
|
|
|
Upstream-Status: Inappropriate [oe-core specific]
|
|
|
|
Signed-off-by: Zqiang <qiang.zhang@windriver.com>
|
|
---
|
|
tests/testbuild-linux | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/testbuild-linux b/tests/testbuild-linux
|
|
index 2fa1b8b..2c69856 100755
|
|
--- a/tests/testbuild-linux
|
|
+++ b/tests/testbuild-linux
|
|
@@ -3,7 +3,7 @@
|
|
dir=tests/linux
|
|
|
|
result=true
|
|
-for test in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19; do
|
|
+for test in 1 2 3 4 5 6 7 8 9 10 11 16 17 18 19; do
|
|
if [ -e $dir/testcase.$test ]; then
|
|
args="$(cat $dir/testcase.$test | sed -n 's/^# RUN: //p')"
|
|
else
|