commit | 0d525c266720ceedf25523c4d4b02530ce5757cb | [log] [tgz] |
---|---|---|
author | James Ring <sjr@jdns.org> | Tue Dec 30 12:03:31 2014 -0800 |
committer | James Ring <sjr@jdns.org> | Tue Dec 30 12:04:01 2014 -0800 |
tree | b7dc12f50a6f35f25be2c7df1dd342946f393d96 | |
parent | 9b5109585663347877cb429b3e20610e7c467194 [diff] |
lib/testutil/integration: use /dev/tty as DebugShell stdout Previously, if the user did not specify "-v" in "v23 go test", tests using DebugShell would appear to hang. In fact, the debug shell was waiting for input from stdin, but the user would never know this because stdout was redirected to /dev/null. Change-Id: I17a6fcdf7e797fe1ad9e376adcfa9665c853cd11