Skip to content

Commit

Permalink
Only run test seccomp#24 in travis
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
  • Loading branch information
drakenclimber committed Jan 8, 2020
1 parent f2ba72b commit 15bb5b7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ install:
script:
- ./configure --enable-python
- make check-build
- LIBSECCOMP_TSTCFG_STRESSCNT=5 make check
- LIBSECCOMP_TSTCFG_TYPE=live make -C tests check
- pushd tests;./regression -T live -b 24-live-arg_allow -m python;popd
# - LIBSECCOMP_TSTCFG_STRESSCNT=5 make check
# - LIBSECCOMP_TSTCFG_TYPE=live make -C tests check
# ubuntu 14.04 (trusty) clang has problems with the cython generated code
- make clean && ./configure && scan-build --status-bugs make
# - make clean && ./configure && scan-build --status-bugs make

after_success:
#after_success:
# limit the code coverage tests to the 'test-code-coverage' target
- make clean && ./configure --enable-code-coverage && make test-code-coverage
# - make clean && ./configure --enable-code-coverage && make test-code-coverage
# https://github.com/eddyxu/cpp-coveralls/blob/master/README.md
- coveralls --gcov-options '\-lp'
--exclude tests --exclude tools --exclude src/arch-syscall-check.c
# - coveralls --gcov-options '\-lp'
# --exclude tests --exclude tools --exclude src/arch-syscall-check.c

0 comments on commit 15bb5b7

Please sign in to comment.