StackStorm / st2sdk

This repository contains different utilities and tools which help with the StackStorm integration pack development.
Apache License 2.0
10 stars 11 forks source link

st2-check-print-pack-tests-coverage fails on OS x due to missing -printf option for find #16

Open chbndrhnns opened 7 years ago

chbndrhnns commented 7 years ago

The script calls find with the option -printf which is not available on BSD-based systems.

LindsayHill commented 7 years ago

In the past I've used a workaround with installing GNU find on my system. You may run into other issues though, if you need to install st2 requirements - some of them are not available for macOS - I think oslo, off the top of my head.