Fix run-tests.sh and teach it to run only a certain number of tests
commit9a686a5089bae9750463a88ff4f1724255cb764c
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 3 Sep 2007 18:59:54 +0000 (3 19:59 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 4 Sep 2007 01:21:34 +0000 (4 02:21 +0100)
treecd17993c8e608b12ce91a4dfe5b7b9a0c67a0d5b
parent094bc1b6535d5de91f18f001b45739b56ec60bce
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