From dd0a45c352c272f628211b972793ad7c08e7d5e1 Mon Sep 17 00:00:00 2001 From: Andrew Vagin Date: Thu, 30 Jun 2016 02:31:15 +0300 Subject: [PATCH] travis: run userns tests Signed-off-by: Andrew Vagin Signed-off-by: Pavel Emelyanov --- scripts/travis-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-tests b/scripts/travis-tests index 0146aba95..00894843d 100755 --- a/scripts/travis-tests +++ b/scripts/travis-tests @@ -8,7 +8,7 @@ apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobu chmod a+x $HOME make GCOV=1 make -C test/zdtm -python test/zdtm.py run -a -f h,ns -x 'cgroup*' +python test/zdtm.py run -a -x 'cgroup*' pip install flake8 make lint