[CRIU] [PATCH 1/2] travis: set GCOV for zdtm.py too
Andrey Vagin
avagin at openvz.org
Tue Jul 5 12:57:03 PDT 2016
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