From b118ffecb65ec39f3665dbe31657101048029949 Mon Sep 17 00:00:00 2001 From: 91yun Date: Sun, 21 May 2017 02:17:29 +0800 Subject: [PATCH] no message --- test_code/benchtest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_code/benchtest.sh b/test_code/benchtest.sh index 59cb03b..82e4674 100644 --- a/test_code/benchtest.sh +++ b/test_code/benchtest.sh @@ -2,9 +2,9 @@ benchtest() { next apt-get >/dev/null 2>&1 - [ $? -le '1' ] && ( apt-get update | apt-get -yq install perl python automake autoconf time make gcc gdb) + [ $? -le '1' ] && ( apt-get update | apt-get -y -q install perl python automake autoconf time make gcc gdb) yum >/dev/null 2>&1 - [ $? -le '1' ] && yum -yq install make gcc gcc-c++ gdbautomake autoconf time perl-Time-HiRes python perl + [ $? -le '1' ] && yum -y -q install make gcc gcc-c++ gdbautomake autoconf time perl-Time-HiRes python perl # Download UnixBench5.1.3 if [ -s UnixBench5.1.3.tgz ]; then