[Fuego] [PATCH 4/5] Functional.lwip: delete redundant code

Qiu Tingting qiutt at cn.fujitsu.com
Wed Aug 29 09:22:25 UTC 2018


The libs of lwip should not be copied to board, because these libs are test object and these libs are checked in test_pre_check.

Signed-off-by: Qiu Tingting <qiutt at cn.fujitsu.com>
---
 engine/tests/Functional.lwip/fuego_test.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/engine/tests/Functional.lwip/fuego_test.sh b/engine/tests/Functional.lwip/fuego_test.sh
index 0a1d3d2..e0585d1 100755
--- a/engine/tests/Functional.lwip/fuego_test.sh
+++ b/engine/tests/Functional.lwip/fuego_test.sh
@@ -41,8 +41,7 @@ function test_build {
 }
 
 function test_deploy {
-    put build/lib/liblwip.a build/lib/liblwip.so build/lib/liblwip.so.2.0.0 \
-        run-tests.sh contrib/apps/func_tests/*_test  $BOARD_TESTDIR/fuego.$TESTDIR/;
+    put run-tests.sh contrib/apps/func_tests/*_test  $BOARD_TESTDIR/fuego.$TESTDIR/;
 }
 
 function test_run {
-- 
2.7.4





More information about the Fuego mailing list