Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.ibm.com>2019-11-17 17:04:16 +0300
committerAndrei Vagin <avagin@gmail.com>2020-02-04 23:39:04 +0300
commit8f45330d168df043c400593f2387a92e2b686ef8 (patch)
treefc660971b6abc6d19ca333cd6ff20beae1a3f32a /scripts/travis
parentdc4677123ba03f93deab2d1ec6047d3a35ba694c (diff)
travis: group lazy-pages options
The amount of lazy-pages options keeps growing, let's put the common ones into a variable. Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Diffstat (limited to 'scripts/travis')
-rwxr-xr-xscripts/travis/travis-tests7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/travis/travis-tests b/scripts/travis/travis-tests
index bc97fd455..a87ddbaf4 100755
--- a/scripts/travis/travis-tests
+++ b/scripts/travis/travis-tests
@@ -146,10 +146,11 @@ fi
LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps04"
LAZY_TESTS=.*\(maps0\|uffd-events\|lazy-thp\|futex\|fork\).*
+LAZY_OPTS="-p 2 -T $LAZY_TESTS $LAZY_EXCLUDE $ZDTM_OPTS"
-./test/zdtm.py run -p 2 -T $LAZY_TESTS --lazy-pages $LAZY_EXCLUDE $ZDTM_OPTS
-./test/zdtm.py run -p 2 -T $LAZY_TESTS --remote-lazy-pages $LAZY_EXCLUDE $ZDTM_OPTS
-./test/zdtm.py run -p 2 -T $LAZY_TESTS --remote-lazy-pages --tls $LAZY_EXCLUDE $ZDTM_OPTS
+./test/zdtm.py run $LAZY_OPTS --lazy-pages
+./test/zdtm.py run $LAZY_OPTS --remote-lazy-pages
+./test/zdtm.py run $LAZY_OPTS --remote-lazy-pages --tls
bash ./test/jenkins/criu-fault.sh
bash ./test/jenkins/criu-fcg.sh