[CRIU] [PATCH 1/2] travis: set GCOV for zdtm.py too

Andrew Vagin avagin at virtuozzo.com
Wed Jul 6 08:09:41 PDT 2016


Pls, ignore this series. I forgot one patch.

On Tue, Jul 05, 2016 at 10:57:03PM +0300, Andrey Vagin wrote:
> From: Andrew Vagin <avagin at virtuozzo.com>
> 
> It's required for collection full report for tests
> which are executed in separate mount namespaces.
> 
> Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
> ---
>  scripts/travis-tests | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/scripts/travis-tests b/scripts/travis-tests
> index 2e386c1..57a0be8 100755
> --- a/scripts/travis-tests
> +++ b/scripts/travis-tests
> @@ -8,7 +8,8 @@ apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev	\
>  	libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev	\
>  	libnl-3-dev gcc-multilib libc6-dev-i386
>  chmod a+x $HOME
> -make GCOV=1
> +export GCOV=1
> +make
>  make -C test/zdtm
>  python test/zdtm.py run -a -x 'cgroup*'
>  
> -- 
> 2.7.4
> 


More information about the CRIU mailing list