]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: reenable full test suite in SSL-3.0/SHA-1 case
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Tue, 25 Sep 2018 14:00:14 +0000 (17:00 +0300)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Wed, 26 Sep 2018 21:37:03 +0000 (00:37 +0300)
Reenable full test suite run in SSL-3.0/SHA-1 CI test case to let us
catch issues in legacy code.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
.gitlab-ci.yml

index 5c8a297eadbc87e931b58039ceef9129fb00b4e1..79fc484bd32a1086a61be581f53378cdeb65ae10 100644 (file)
@@ -119,7 +119,7 @@ SSL-3.0.Fedora.x86_64:
   script:
   - ./bootstrap
   - mkdir -p build && cd build &&
-    dash ../configure --disable-gcc-warnings --cache-file ../cache/config.cache --enable-sha1-support --enable-ssl3-support --disable-ssl2-support --disable-full-test-suite --enable-seccomp-tests --disable-doc --disable-guile &&
+    dash ../configure --disable-gcc-warnings --cache-file ../cache/config.cache --enable-sha1-support --enable-ssl3-support --disable-ssl2-support --enable-seccomp-tests --disable-doc --disable-guile &&
     make -j$(nproc) && make check -j$(nproc)
   - cd ..
   tags: