[Fuego] [PATCH 6/6] unpack: echo the name of the tarball actually used

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Wed May 17 01:13:06 UTC 2017


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

diff --git a/engine/scripts/functions.sh b/engine/scripts/functions.sh
index 0305914..5e31cb4 100755
--- a/engine/scripts/functions.sh
+++ b/engine/scripts/functions.sh
@@ -52,11 +52,11 @@ function unpack {
     spec_tarball="${upName}_TARBALL"
 
     if [ ! -z "${!spec_tarball}" ]; then
-        echo "Using $spec_tarball=${!spec_tarball} from test spec"
         tarball=${!spec_tarball}
     fi
 
     if [ ! -z ${tarball+x} ]; then
+        echo "Unpacking $tarball"
         case ${tarball/*./} in
             gz|tgz) key=z ;;
             bz2) key=j ;;
-- 
2.7.4




More information about the Fuego mailing list