Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
91yun committed May 20, 2017
1 parent a7c740d commit b118ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_code/benchtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b118ffe

Please sign in to comment.