We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5cd1f commit 3b2bd70Copy full SHA for 3b2bd70
1 file changed
.travis.yml
@@ -52,9 +52,9 @@ script:
52
- ./container_build.py kmod_buildtest
53
- (cd core && ./all_test) # TcpFlowReconstructTest requires working directory to be `core/`
54
- coverage2 run -m unittest discover -v
55
- - coverage3 run -m unittest discover -v
+ - "[[ ${DEBUG:-0} == 0 ]] || coverage3 run -m unittest discover -v"
56
- python2 bessctl/bessctl -- daemon start -- run testing/run_module_tests
57
- - python3 bessctl/bessctl -- daemon start -- run testing/run_module_tests
+ - "[[ ${DEBUG:-0} == 0 ]] || python3 bessctl/bessctl -- daemon start -- run testing/run_module_tests"
58
59
after_success:
60
- bessctl/bessctl daemon stop # flush out the coverage data
0 commit comments