1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

1 Commits

Author SHA1 Message Date
Travis McArthur acaef2a4d3 Enable tests for OS X builds 2018-04-28 20:35:44 -07:00
-6
View File
@@ -39,12 +39,6 @@ if [ "$BUILDCONFIG" = "local-curl" ]; then
exit 0
fi
if [[ "$OSTYPE" == "darwin"* ]]; then
# 'rake' doesn't work. have to figure that one out..
echo "Not running test on OS X for now"
exit 0
fi
echo ""
echo ""
echo "Now running UnrealIRCd test framework..."