Commit fc10a409 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

travis: set GCOV for zdtm.py too

It's required for collection full report for tests
which are executed in separate mount namespaces.
Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent d2bb4ee4
...@@ -6,7 +6,8 @@ test "$1" = "x86_64" || exit 0 ...@@ -6,7 +6,8 @@ test "$1" = "x86_64" || exit 0
apt-get update -qq apt-get update -qq
apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev libnl-3-dev apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev libnl-3-dev
chmod a+x $HOME chmod a+x $HOME
make GCOV=1 export GCOV=1
make
make -C test/zdtm make -C test/zdtm
python test/zdtm.py run -a -x 'cgroup*' python test/zdtm.py run -a -x 'cgroup*'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment