File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 72
72
fi
73
73
fi
74
74
75
- trace_start () {
75
+ trace_start () {
76
76
if test -n " $GIT_PERF_7519_TRACE "
77
77
then
78
78
name=" $1 "
@@ -91,7 +91,7 @@ trace_start() {
91
91
fi
92
92
}
93
93
94
- trace_stop () {
94
+ trace_stop () {
95
95
if test -n " $GIT_PERF_7519_TRACE "
96
96
then
97
97
unset GIT_TRACE2_PERF
@@ -133,7 +133,7 @@ test_expect_success "one time repo setup" '
133
133
fi
134
134
'
135
135
136
- setup_for_fsmonitor () {
136
+ setup_for_fsmonitor () {
137
137
# set INTEGRATION_SCRIPT depending on the environment
138
138
if test -n " $INTEGRATION_PATH "
139
139
then
@@ -173,7 +173,7 @@ test_perf_w_drop_caches () {
173
173
test_perf " $@ "
174
174
}
175
175
176
- test_fsmonitor_suite () {
176
+ test_fsmonitor_suite () {
177
177
if test -n " $INTEGRATION_SCRIPT " ; then
178
178
DESC=" fsmonitor=$( basename $INTEGRATION_SCRIPT ) "
179
179
else
You can’t perform that action at this time.
0 commit comments