diff options
| author | 2018-04-28 20:35:44 -0700 | |
|---|---|---|
| committer | 2018-04-28 20:35:44 -0700 | |
| commit | acaef2a4d30c004585133b99af12501a9bfd3363 (patch) | |
| tree | db73490ce6dc89b69d46f0345a389d284706baa8 | |
| parent | Install correct gems on OS X environments (diff) | |
| download | unrealircd-tmcarthur-osx.tar.gz unrealircd-tmcarthur-osx.tar.bz2 unrealircd-tmcarthur-osx.zip | |
Enable tests for OS X builds tmcarthur-osx
| -rwxr-xr-x | extras/build-tests/nix/build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extras/build-tests/nix/build b/extras/build-tests/nix/build index 8490f8867..ae7af4c37 100755 --- a/extras/build-tests/nix/build +++ b/extras/build-tests/nix/build @@ -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..." |
