mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2025-10-23 08:18:30 +00:00
mdbx-tests: fix minor typo in the battery-tmux
script (backport).
This commit is contained in:
parent
339be13778
commit
e09d835766
@ -8,7 +8,7 @@ DIR="$(dirname ${BASH_SOURCE[0]})"
|
||||
TEST="${DIR}/stochastic.sh --skip-make --db-upto-gb 32"
|
||||
PREFIX="/dev/shm/mdbxtest-"
|
||||
|
||||
NUMACTL="$(which numactl 2>-)"
|
||||
NUMACTL="$(which numactl 2>&-)"
|
||||
NUMALIST=()
|
||||
NUMAIDX=0
|
||||
if [ -n "${NUMACTL}" -a $(${NUMACTL} --hardware | grep 'node [0-9]\+ cpus' | wc -l) -gt 1 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user