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
Both @big-r81 and I noticed when running make eunit apps=couch on Windows about a dozen terminal windows are spawned and then closed after about 10 seconds.
@big-r81 figured it out it's from opening "sleep.exe" commands. By default windows will spawn a terminal for those. We need to use the hide option in open_port to prevent it.
Both @big-r81 and I noticed when running
make eunit apps=couch
on Windows about a dozen terminal windows are spawned and then closed after about 10 seconds.@big-r81 figured it out it's from opening "sleep.exe" commands. By default windows will spawn a terminal for those. We need to use the
hide
option in open_port to prevent it.couchdb/src/couch/src/couch_debug.erl
Line 1127 in 5d4f3a3
The text was updated successfully, but these errors were encountered: