Revision 68a6e976a821ebf2b3766efb167fa716cbf8c188 authored by Junio C Hamano on 31 May 2016, 21:08:27 UTC, committed by Junio C Hamano on 31 May 2016, 21:08:27 UTC
Running tests with '-x' option to trace the individual command
executions is a useful way to debug test scripts, but some tests
that capture the standard error stream and check what the command
said can be broken with the trace output mixed in.  When running
our tests under "bash", however, we can redirect the trace output
to another file descriptor to keep the standard error of programs
being tested intact.

* jk/test-send-sh-x-trace-elsewhere:
  test-lib: set BASH_XTRACEFD automatically
2 parent s 9ee8f94 + d88785e
Raw File
.gitignore
.DS_Store
config.mak
Git Gui.app*
git-gui.tcl
GIT-VERSION-FILE
GIT-GUI-VARS
git-gui
lib/tclIndex
back to top