1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 04:36:38 +02:00

Re-enable FreeBSD workaround for mysterious test failures.

This commit is contained in:
Bram Matthys
2019-06-07 12:24:25 +02:00
parent e423f69082
commit adf56ad8fd
+8
View File
@@ -3,6 +3,14 @@
# This script fires up a two-server IRC network and runs the test framework
#
if [[ "$OSTYPE" == "freebsd"* ]]; then
# Workaround for strange FBSD 12 issue:
# if using -P20 tests randomly fail with
# class variables missing. -P2 seems to
# work, but -P1 is the safest option:
export MAXPARALLEL=1
fi
# Exit on error:
set -e