You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@brandonchinn178, this may be operating system-specific. On Windows 11, I get (whether it is run as an executable or run as a test):
Sleeping...
test: finally.1
finally.2
For some reason (EDIT: garbled output is expected - see https://github.com/UnkindPartition/tasty#faq), the Sleeping... gets output before the test: - and Ctrl+C ends things silently.
Based on this part of Stack.Build.Execute.singleTest, I think Stack itself just runs the test executable as a RIO.Process.proc - which is built on System.Process.Typed.proc from the typed-process package (as identified by @sol above):
General summary/comments (optional)
Copied from UnkindPartition/tasty#354
Steps to reproduce
stack test
Expected
Should show the output
Actual
Got output
Stack version
Method of installation
Platform
MacOS M2 arm
The text was updated successfully, but these errors were encountered: