summaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-29 14:55:15 -0700
committerJunio C Hamano <gitster@pobox.com>2022-08-29 14:55:15 -0700
commit3658170b92b16aa369573e90968ab887ba070133 (patch)
tree327fc776fc75cffad4bb168ba0ffe9fa46c56b9b /t/perf
parent0d2cf1668079ea128a2f91b4e4d36324ee9e3a5c (diff)
parent9905e80b0fd9af3e6536d6201bf0198ffa48e8c9 (diff)
downloadgit-3658170b92b16aa369573e90968ab887ba070133.tar.gz
Merge branch 'es/fix-chained-tests'
Fix broken "&&-" chains and failures in early iterations of a loop. * es/fix-chained-tests: t5329: notice a failure within a loop t: detect and signal failure within loop t1092: fix buggy sparse "blame" test t2407: fix broken &&-chains in compound statement
Diffstat (limited to 't/perf')
-rwxr-xr-xt/perf/p7527-builtin-fsmonitor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/p7527-builtin-fsmonitor.sh b/t/perf/p7527-builtin-fsmonitor.sh
index 9338b9ea00..c3f9a4caa4 100755
--- a/t/perf/p7527-builtin-fsmonitor.sh
+++ b/t/perf/p7527-builtin-fsmonitor.sh
@@ -249,7 +249,7 @@ test_expect_success "Cleanup temp and matrix branches" "
do
for fsm_val in $fsm_values
do
- cleanup $uc_val $fsm_val
+ cleanup $uc_val $fsm_val || return 1
done
done
"