On 23 December 2016 at 14:23, Maxim Uvarov <[email protected]> wrote:

> print only stderr on building dpdk to have log more
> readable for odp things.
>
> Signed-off-by: Maxim Uvarov <[email protected]>
>

Reviewed-by: Mike Holmes <[email protected]>


> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index 3283e02..cb8484f 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -43,7 +43,7 @@ before_install:
>          - pushd ${TARGET}
>          - sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' .config
>          - popd
> -        - make install T=${TARGET} EXTRA_CFLAGS="-fPIC"
> +        - make install T=${TARGET} EXTRA_CFLAGS="-fPIC" > /dev/null
>

When this fails there will be no indication why since it will be lost to
/dev/null, but since that is for the supporting DPDK I think it is ok.




>          - popd
>
>  script:
> --
> 2.7.1.250.gff4ea60
>
>


-- 
Mike Holmes
Program Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"

Reply via email to