From 420390c0ef5d85d72921f88c0f79e8b66c590016 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Fri, 1 Apr 2022 19:13:28 +0800 Subject: [PATCH] minor changes --- tests/script/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/test.sh b/tests/script/test.sh index efd193d256..8b77575e18 100755 --- a/tests/script/test.sh +++ b/tests/script/test.sh @@ -15,7 +15,7 @@ VALGRIND=0 UNIQUE=0 UNAME_BIN=`which uname` OS_TYPE=`$UNAME_BIN` -MULTIPROCESS=1 +MULTIPROCESS=0 while getopts "f:avum" arg do case $arg in