From 8c7dc19e3f3656d56de82952aed06c5ac8879d50 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 11 Apr 2016 13:55:41 -0700 Subject: [osx] Print crash diagnostics --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d7294320b2..cfbd2ba66c 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ $(OSX_PROJ_PATH)/xcshareddata/xcschemes/osxtest.xcscheme: platform/osx/scripts/o test-osx: $(OSX_PROJ_PATH) $(OSX_PROJ_PATH)/xcshareddata/xcschemes/osxtest.xcscheme node_modules/express xcodebuild -project $(OSX_PROJ_PATH) -configuration $(BUILDTYPE) -target test build - build/osx-x86_64/$(BUILDTYPE)/test + build/osx-x86_64/$(BUILDTYPE)/test || ([[ $$? == 139 || $$? == 134 ]] && cat `ls -t1 ~/Library/Logs/DiagnosticReports/* | head -n1`; exit 1) xcodebuild -project $(OSX_PROJ_PATH) -configuration $(BUILDTYPE) -scheme osxtest test #### iOS targets ############################################################## -- cgit v1.2.1