Merge branch 'ew/test-wo-fsync'
Allow running our tests while disabling fsync. * ew/test-wo-fsync: tests: disable fsync everywhere
This commit is contained in:
@ -496,6 +496,13 @@ then
|
||||
export GIT_PERL_FATAL_WARNINGS
|
||||
fi
|
||||
|
||||
case $GIT_TEST_FSYNC in
|
||||
'')
|
||||
GIT_TEST_FSYNC=0
|
||||
export GIT_TEST_FSYNC
|
||||
;;
|
||||
esac
|
||||
|
||||
# Add libc MALLOC and MALLOC_PERTURB test
|
||||
# only if we are not executing the test with valgrind
|
||||
if test -n "$valgrind" ||
|
||||
|
Reference in New Issue
Block a user