1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 18:13:12 +02:00

Buildbot: Run cipherscan not on FreeBSD for now, so we can test the rest.

This commit is contained in:
Bram Matthys
2019-05-30 16:14:06 +02:00
parent 3f723323d0
commit 03fbc35fb7
+6 -4
View File
@@ -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