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:
Guillem Jover
2021-01-05 00:31:53 +01:00
parent 85364ca435
commit 1463f8f0b4

View File

@ -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