Closed escottalexander closed 1 month ago
Ohhh you are right! we need to find a way to make sure that flags passed through or another solution might be just have -vvvv
by default? Will try to tinker on this Thanks @escottalexander !
While you are considering this it would also be pretty crucial IMO to have the --match-test "TEST_NAME"
flag as well. If you have several failing tests and are using the -vvvv flag then the output is overwhelming. Always helps to narrow it down to a single test.
Hey @escottalexander created #950, I think other than test it not much needed to pass in flags? If there are some edge cases people can always cd packages/foundry
and run commands for their choices?
@technophile-04 Yes! This seems to be a good way around the problem. I agree that there aren't any other commands that require passing flags that I use commonly. Tested your solution and it works well for me.
Tysm @escottalexander for testing and raising issue!!
@technophile-04 On the latest foundry branch this new issue exists due to the use of Make. Prior to the introduction of the Makefile you could run
or
--match-test
, etc. and get trace logs on the tests.Now the extra flags are processed by Make and so you get this output: