Merge branch 'nk/perf-fsmonitor-cleanup'
Test clean-up. * nk/perf-fsmonitor-cleanup: perf/fsmonitor: use test_must_be_empty helpermaint
commit
8e2def76f7
|
@ -129,8 +129,7 @@ setup_for_fsmonitor() {
|
||||||
|
|
||||||
git config core.fsmonitor "$INTEGRATION_SCRIPT" &&
|
git config core.fsmonitor "$INTEGRATION_SCRIPT" &&
|
||||||
git update-index --fsmonitor 2>error &&
|
git update-index --fsmonitor 2>error &&
|
||||||
cat error &&
|
test_must_be_empty error # ensure no silent error
|
||||||
[ ! -s error ] # ensure no silent error
|
|
||||||
}
|
}
|
||||||
|
|
||||||
test_perf_w_drop_caches () {
|
test_perf_w_drop_caches () {
|
||||||
|
|
Loading…
Reference in New Issue