From 60379bfe74d41a272633aca6219bfd48e2a7b4fc Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 19 Mar 2009 01:22:31 +0100 Subject: [PATCH] Update the /git/ submodule This commit updates the Git submodule, and adjusts the tests to the now-fixed file names in t/test-results/. Signed-off-by: Johannes Schindelin --- git | 2 +- share/msysGit/run-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git b/git index d7bc3dd8f7..f751238609 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit d7bc3dd8f7a2091e9d7dec69bed96d53653d9a79 +Subproject commit f7512386097c4f20e3c147e5de8888e49e4835c5 diff --git a/share/msysGit/run-tests.sh b/share/msysGit/run-tests.sh index 399abd46cf..e6be5c3295 100644 --- a/share/msysGit/run-tests.sh +++ b/share/msysGit/run-tests.sh @@ -83,7 +83,7 @@ get_finished_tests () { REMAINING_TESTS= for t in $CURRENT_TESTS do - f=$(grep failed t/test-results/${t%-*}-[1-9]* 2> /dev/null) + f=$(grep failed t/test-results/${t%.sh}-[1-9]* 2> /dev/null) if test ! -z "$f" then printf '%70s ' $(cd t && echo $t*.sh) -- 2.11.4.GIT