mdbx-testing: удаление /usr/bin/time так как rusage() есть в коде теста.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2024-11-06 13:12:08 +03:00
parent af41bcf11e
commit 029f14280b

View File

@ -188,12 +188,6 @@ done
set -euo pipefail set -euo pipefail
if [ -z "$MONITOR" ]; then if [ -z "$MONITOR" ]; then
if which time >/dev/null 2>/dev/null; then
MONITOR=$(which time)
if $MONITOR -o /dev/stdout true >/dev/null 2>/dev/null; then
MONITOR="$MONITOR -o /dev/stdout"
fi
fi
export MALLOC_CHECK_=7 MALLOC_PERTURB_=42 export MALLOC_CHECK_=7 MALLOC_PERTURB_=42
fi fi