mirror of
https://github.com/yaobinwen/dpkg.git
synced 2026-01-12 08:20:35 +00:00
build: Disable functional test suite debug mode on GitLab CI
The debug mode generates so much output that it exceeds the GitLab CI limit, which makes diagnosing what went wrong very hard. Removing the debug mode makes the build logs short enough to be usable again.
This commit is contained in:
@ -49,7 +49,6 @@ func-tests:
|
||||
- ./configure
|
||||
- make
|
||||
- cd tests
|
||||
- echo "DPKG_TESTSUITE_OPTIONS = debug" >>.pkg-tests.conf
|
||||
- echo "DPKG_BUILDTREE = $(realpath ..)" >>.pkg-tests.conf
|
||||
- ./db-regen
|
||||
- eatmydata make test
|
||||
|
||||
Reference in New Issue
Block a user