Skip to content

Commit

Permalink
Merge pull request #39 from redhat-performance/fix_ubuntu_pkgs
Browse files Browse the repository at this point in the history
For ubuntu pass the packages directly by name.  Ubuntu does not know
  • Loading branch information
dvalinrh authored Sep 16, 2024
2 parents 2b4bf2e + df2d4ca commit c5b9539
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions phoronix/run_phoronix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,6 @@ if [ $show_usage -eq 1 ]; then
usage $0
fi

test_tools/package_tool --update
for pkg in cli common php; do
package=`dnf list | grep php | grep $pkg | awk '{print $1}'`
if [[ $package == "" ]]; then
error_out "Did not find a php $pkg package" 1
fi
test_tools/package_tool --packages $package
if [[ $? != "0" ]]; then
error_out "Failed to install one or more $php_cli,$php_common,$php_xml" 1
fi
done

# Variables set by general setup.
#
# TOOLS_BIN: points to the tool directory
Expand Down

0 comments on commit c5b9539

Please sign in to comment.