]> jfr.im git - irc/unrealircd/unrealircd.git/commitdiff
Enable tests for OS X builds origin/tmcarthur-osx
authorTravis McArthur <redacted>
Sun, 29 Apr 2018 03:35:44 +0000 (20:35 -0700)
committerGitHub <redacted>
Sun, 29 Apr 2018 03:35:44 +0000 (20:35 -0700)
extras/build-tests/nix/build

index 8490f8867d56560a749b6122435a57d7ce502ae8..ae7af4c37793affa6a6b225bcb8cee3ecbca1787 100755 (executable)
@@ -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..."