mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
Set exit code for Valgrind (#2265)
Otherwise errors can be ignored for successful tests with memory errors.
This commit is contained in:
parent
d120e54284
commit
d2a571a868
@ -61,7 +61,7 @@ make check -C test/
|
|||||||
make clean
|
make clean
|
||||||
./configure CXXFLAGS="$COMMON_FLAGS"
|
./configure CXXFLAGS="$COMMON_FLAGS"
|
||||||
make
|
make
|
||||||
RETRIES=100 VALGRIND="--leak-check=full" make check -C test/
|
RETRIES=100 VALGRIND="--leak-check=full --error-exitcode=1" make check -C test/
|
||||||
|
|
||||||
#
|
#
|
||||||
# Local variables:
|
# Local variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user