[Fuego] [PATCH 08/10] kernel_build: simplify testlog generation

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Tue Mar 27 08:53:24 UTC 2018


This works because the build occurs always in docker.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/tests/Functional.kernel_build/fuego_test.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/engine/tests/Functional.kernel_build/fuego_test.sh b/engine/tests/Functional.kernel_build/fuego_test.sh
index af1dd20..c914c7a 100755
--- a/engine/tests/Functional.kernel_build/fuego_test.sh
+++ b/engine/tests/Functional.kernel_build/fuego_test.sh
@@ -54,12 +54,8 @@ function test_run {
 
     make ARCH=$FUNCTIONAL_KERNEL_BUILD_ARCH $FUNCTIONAL_KERNEL_BUILD_PARAMS 2>&1 | tee build.log || true
 
-    # weird bit here - put the build.log on the board... so that
-    put build.log $BOARD_TESTDIR/fuego.$TESTDIR/build.log
-
     # cat on target populates the testlog with build.log
-    report "cat $BOARD_TESTDIR/fuego.$TESTDIR/build.log"
-}
+    report "cat $WORKSPACE/$JOB_BUILD_DIR/build.log"
 
 function test_deploy {
     echo "Deploying kernel"
-- 
2.7.4




More information about the Fuego mailing list