-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Hello there fellow gopher 👋 😁
Great tool, trying it out in place of entr which I feel has a cumbersome CLI.
When I'm write a file with the command gaze -c 'go test' example_test.go I get my output double to the console. Meaning the tests run once and then run immediately again.
You can see that right after exit status 1 another [go test] is performed.
I thought it may just be improper use of the -c flag on my part, but even when I remove it, the output always doubles up.
Removing my editor (nvim) from the equation seems to fix the doubling up, but how would I write tests then? 😂
I'm not fully convinced it's to do with my editor as entr has no trouble running the command one time properly
If you need me to clarify anything let me know.
Cheers 🍻
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels



