[Fuego] [PATCH 27/30] functions: logdir not required here

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Mon Jun 4 07:18:01 UTC 2018


Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/scripts/functions.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/engine/scripts/functions.sh b/engine/scripts/functions.sh
index 654a1ee..68e31e7 100755
--- a/engine/scripts/functions.sh
+++ b/engine/scripts/functions.sh
@@ -453,8 +453,6 @@ function pre_test {
     # Target cleanup flag check
     [ "$Target_PreCleanup" = "true" ] && target_cleanup $TESTDIR || true
 
-    export LOGDIR="$FUEGO_RW/logs/$TESTDIR/${NODE_NAME}.${TESTSPEC}.${BUILD_NUMBER}.${BUILD_ID}"
-
     # see if test dependencies (expressed by NEED_ vars) are met
     check_needs || abort_job "Test dependencies (expressed by NEED variables) not met"
 
-- 
2.7.4




More information about the Fuego mailing list