alexfertel / bulloak

A Solidity test generator based on the Branching Tree Technique.
Apache License 2.0
225 stars 13 forks source link

glob pattern matching not recursive #33

Closed jparklev closed 9 months ago

jparklev commented 9 months ago

I would expect ./**/*.tree to match all subdirectories, but I had to do ./**/**/**/*.tree to capture a file at the path ./test/perps-market-manager/create-market/createMarket.tree https://github.com/sense-finance/perps-v1/pull/15/commits/6fb8051af25202f8a47a3ab092491c159385efa6

jparklev commented 9 months ago

all good. was using it via make and was running into things unrelated to bulloak

alexfertel commented 9 months ago

Nice! It's great when an issue solves itself, hehe.