mirror of
https://salsa.debian.org/ha-team/libqb
synced 2025-08-26 05:57:31 +00:00

fixes #59 Thanks to Jan Friesse for the reproducer. https://github.com/jfriesse/csts/blob/master/tests/fplay-segfault.sh Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
if [ -z "@HAVE_SLOW_TESTS@" ]
|
|
then
|
|
export NUM_BB_TESTS=32
|
|
else
|
|
export NUM_BB_TESTS=1024
|
|
fi
|