diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-11 13:55:41 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-11 15:07:38 -0700 |
commit | 8c7dc19e3f3656d56de82952aed06c5ac8879d50 (patch) | |
tree | 37d67fb70f1bc2c9e835b5b40812547469536f1d /Makefile | |
parent | bbde70e3f0c62bda0e3c74a970ec085e46aa9b00 (diff) | |
download | qtlocation-mapboxgl-8c7dc19e3f3656d56de82952aed06c5ac8879d50.tar.gz |
[osx] Print crash diagnostics
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ############################################################## |