From 7c8bd2965fa9673689410767eb765ac4b3e5836f Mon Sep 17 00:00:00 2001 From: Rachel Brindle Date: Wed, 20 Dec 2023 09:00:37 -0800 Subject: [PATCH] (re)add verbose logging to podspec and carthage tests --- test | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test b/test index 50e09733a..ed5a0cf03 100755 --- a/test +++ b/test @@ -120,15 +120,14 @@ function test_podspec { echo "Gathering CocoaPods installation information..." run bundle exec pod --version echo "Linting podspec..." - # Note: remove `--allow-warnings` once old Matcher API has been removed - run bundle exec pod lib lint Nimble.podspec + run bundle exec pod lib lint Nimble.podspec --skip-import-validation --verbose } function test_carthage { echo "Gathering Carthage installation information..." run carthage version echo "Verifying that Carthage artifacts build" - run carthage build archive --use-xcframeworks + run carthage build archive --use-xcframeworks --verbose } function test_swiftpm {