git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] bin-wrappers: test without dashed commands in PATH
@ 2009-12-03  5:14 Matthew Ogilvie
  2009-12-03  5:14 ` [PATCH v3 1/3] build dashless "bin-wrappers" directory similar to installed bindir Matthew Ogilvie
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Ogilvie @ 2009-12-03  5:14 UTC (permalink / raw)
  To: git, gitster; +Cc: Matthew Ogilvie

This patch series allows running the test suite and/or running an
uninstalled build without dashed commands in the PATH.

Changes since version 2:

   merged - The first 3 old patches (fixes to tests to avoid dashed
         commands, and added GIT_TEST_INSTALLED documentation) are
         now in master, so I am not duplicating them here.

   1/3 - Changed to use "@@BUILD_DIR@@" instead of "__GIT_EXEC_DIR__"
         for sed substitution, and to use single quotes around it
         when setting environment variables in wrap-for-bin.sh.
         But this patch still does not really try to handle
         strange characters in $(shell pwd); see earlier email
         thread about this.  (This is newer than pu.)

   2/3 - Fixed a couple of spelling errors in the --with-dashes
         documentation, and avoid "TOP".  (This is newer than pu.)

   3/3 - Replaced wording for running an uninstalled git.
         It now uses Junio's text: no change compared to his
         version of this patch that is currently in pu.

Matthew Ogilvie (3):
  build dashless "bin-wrappers" directory similar to installed bindir
  run test suite without dashed git-commands in PATH
  INSTALL: document a simpler way to run uninstalled builds

 .gitignore      |    1 +
 INSTALL         |   18 +++++++++++-------
 Makefile        |   49 ++++++++++++++++++++++++++++++++++++-------------
 t/README        |    9 +++++++++
 t/test-lib.sh   |   33 +++++++++++++++++++++------------
 wrap-for-bin.sh |   15 +++++++++++++++
 6 files changed, 93 insertions(+), 32 deletions(-)
 create mode 100644 wrap-for-bin.sh

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-03  5:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-03  5:14 [PATCH v3 0/3] bin-wrappers: test without dashed commands in PATH Matthew Ogilvie
2009-12-03  5:14 ` [PATCH v3 1/3] build dashless "bin-wrappers" directory similar to installed bindir Matthew Ogilvie
2009-12-03  5:14   ` [PATCH v3 2/3] run test suite without dashed git-commands in PATH Matthew Ogilvie
2009-12-03  5:14     ` [PATCH v3 3/3] INSTALL: document a simpler way to run uninstalled builds Matthew Ogilvie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).