From 03fbc35fb7e9587c6d714dc89bf2800604f574c7 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Thu, 30 May 2019 16:14:06 +0200 Subject: [PATCH] Buildbot: Run cipherscan not on FreeBSD for now, so we can test the rest. --- extras/build-tests/nix/run-tests | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/extras/build-tests/nix/run-tests b/extras/build-tests/nix/run-tests index 596123631..d1e3b62d8 100755 --- a/extras/build-tests/nix/run-tests +++ b/extras/build-tests/nix/run-tests @@ -61,10 +61,12 @@ bin/unrealircd -f irc2.conf cd - # Do cipherscan test -sleep 2 -cd ../extras/tests/tls -./tls-tests -cd - +if [[ "$OSTYPE" != "freebsd"* ]]; then + sleep 2 + cd ../extras/tests/tls + ./tls-tests + cd - +fi # Back in unrealircd-tests, run the tests! if [[ "$OSTYPE" == "darwin"* ]]; then