1From 98243deface88614e3f332c4a85d04a9abce55ff Mon Sep 17 00:00:00 2001 2From: Zqiang <qiang.zhang@windriver.com> 3Date: Mon, 19 Apr 2021 14:15:45 +0800 4Subject: [PATCH] ifupdown: skip wrong test case 5 6The test parameters of testcase(12-15) file is not right, 7it triggers a test failure, these test items are invalid 8and are skipped directly. 9 10Upstream-Status: Inappropriate [oe-core specific] 11 12Signed-off-by: Zqiang <qiang.zhang@windriver.com> 13--- 14 tests/testbuild-linux | 2 +- 15 1 file changed, 1 insertion(+), 1 deletion(-) 16 17diff --git a/tests/testbuild-linux b/tests/testbuild-linux 18index 1181ea0..5f148eb 100755 19--- a/tests/testbuild-linux 20+++ b/tests/testbuild-linux 21@@ -3,7 +3,7 @@ 22 dir=tests/linux 23 24 result=true 25-for test in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18; do 26+for test in 1 2 3 4 5 6 7 8 9 10 11 16 17 18; do 27 if [ -e $dir/testcase.$test ]; then 28 args="$(cat $dir/testcase.$test | sed -n 's/^# RUN: //p')" 29 else 30-- 312.17.1 32 33