Fix run-tests.sh and teach it to run only a certain number of tests
commitc3a9da1f8622a48e4d30494e8956364e1e1e4793
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 3 Sep 2007 18:59:54 +0000 (3 19:59 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 3 Sep 2007 18:59:54 +0000 (3 19:59 +0100)
tree28d1b26c0e5a0ab8ba6552c0c13969f717241725
parentabc1048e720fa2c27cc72204655a23ed3f91159a
Fix run-tests.sh and teach it to run only a certain number of tests

There was a bug preventing the final "see output?" from working.

While at it, I introduced a "-<n>" function so that you can run
exactly one test by

/share/msysGit/run-tests.sh -1 t5510

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
share/msysGit/run-tests.sh