mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 23:55:06 -05:00
test: enable valgrind in more tests
This commit is contained in:
@@ -80,7 +80,12 @@ for CC in gcc clang; do
|
||||
|
||||
echo
|
||||
pushd test/simulation || exit 1
|
||||
CLKNETSIM_RANDOM_SEED=101 ./run -i 1 || exit 1
|
||||
export CLKNETSIM_RANDOM_SEED=101
|
||||
if [ "$arch_opts" = "" -a "$san_options" = "" ]; then
|
||||
CLKNETSIM_CLIENT_WRAPPER=valgrind ./run -i 1 || exit 1
|
||||
else
|
||||
./run -i 1 || exit 1
|
||||
fi
|
||||
popd
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user