[gnutls-devel] GnuTLS | SSL-3.0 CI runner fails unrecognized (#896)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Jan 3 11:52:53 CET 2020



Tim Rühsen created an issue: https://gitlab.com/gnutls/gnutls/issues/896



The runner shows green/success, but fails early with
```
3051 $ mkdir -p build && cd build && dash ../configure --disable-tls13-interop --disable-gcc-warnings --cache-file ../cache/config.cache --enable-sha1-support --enable-ssl3-support --enable-seccomp-tests --disable-doc --disable-guile --disable-strict-der-time && make -j$(nproc) && make check -j$(nproc)
3052 /usr/bin/bash: line 109: dash: command not found
```

We should not use `&&` to concatenate commands. Instead each command should be on a separate line to let the runner fail.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/896
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200103/68e5bfd7/attachment.html>


More information about the Gnutls-devel mailing list