[Fuego] [PATCH 03/10] tarball: no need to define tarball as none if you don't need it

Bird, Timothy Tim.Bird at sony.com
Tue May 2 21:10:07 UTC 2017


I didn't know I this one was valid without the other changes to the unpack
routine.  I'm holding off on applying this until that patch gets resolved.
 -- Tim


> -----Original Message-----
> From: Daniel Sangorrin on Friday, April 28, 2017 1:28 AM
> 
> Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
> ---
>  engine/tests/Functional.fixesproto/fuego_test.sh        | 2 --
>  engine/tests/Functional.fuego_abort/fuego_test.sh       | 2 --
>  engine/tests/Functional.fuego_test_phases/fuego_test.sh | 2 --
>  3 files changed, 6 deletions(-)
> 
> diff --git a/engine/tests/Functional.fixesproto/fuego_test.sh
> b/engine/tests/Functional.fixesproto/fuego_test.sh
> index 3d09eb3..1e0bd6f 100755
> --- a/engine/tests/Functional.fixesproto/fuego_test.sh
> +++ b/engine/tests/Functional.fixesproto/fuego_test.sh
> @@ -1,5 +1,3 @@
> -#tarball=images.tar.gz
> -
>  function test_build {
>      echo "#!/bin/bash
>      if [ -f /usr/include/X11/extensions/xfixesproto.h ]; then echo 'TEST-1 OK';
> else echo 'TEST-1 FAIL'; fi;
> diff --git a/engine/tests/Functional.fuego_abort/fuego_test.sh
> b/engine/tests/Functional.fuego_abort/fuego_test.sh
> index 660f6b2..cce82e9 100755
> --- a/engine/tests/Functional.fuego_abort/fuego_test.sh
> +++ b/engine/tests/Functional.fuego_abort/fuego_test.sh
> @@ -2,8 +2,6 @@
> 
>  set -x
> 
> -tarball=none
> -
>  function test_pre_check {
>      # if you don't use nohup, ssh transport will hang trying to background
> fuegosleep
>      is_on_target nohup PROGRAM_NOHUP /usr/bin
> diff --git a/engine/tests/Functional.fuego_test_phases/fuego_test.sh
> b/engine/tests/Functional.fuego_test_phases/fuego_test.sh
> index 8834a3a..b09ba7a 100755
> --- a/engine/tests/Functional.fuego_test_phases/fuego_test.sh
> +++ b/engine/tests/Functional.fuego_test_phases/fuego_test.sh
> @@ -1,7 +1,5 @@
>  #!/bin/bash
> 
> -tarball=none
> -
>  export PHASE_STR="script load"
> 
>  # use string concatenation to test phase ordering
> --
> 2.7.4
> 
> 
> _______________________________________________
> Fuego mailing list
> Fuego at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego


More information about the Fuego mailing list