We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05b71a commit 6cba423Copy full SHA for 6cba423
t/perf/p7519-fsmonitor.sh
@@ -128,8 +128,7 @@ setup_for_fsmonitor() {
128
git config core.fsmonitor "$INTEGRATION_SCRIPT" &&
129
git update-index --fsmonitor 2>error &&
130
cat error &&
131
- [ ! -s error ] && # ensure no silent error
132
- git status # Warm caches
+ [ ! -s error ] # ensure no silent error
133
}
134
135
test_perf_w_drop_caches () {
@@ -147,6 +146,11 @@ test_fsmonitor_suite() {
147
146
DESC="fsmonitor=disabled"
148
fi
149
+ test_expect_success "test_initialization" '
150
+ git reset --hard &&
151
+ git status # Warm caches
152
+ '
153
+
154
test_perf_w_drop_caches "status ($DESC)" '
155
git status
156
'
0 commit comments