Skip to content

Commit

Permalink
Remove old PHPUnit on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Aug 18, 2020
1 parent c5d29cf commit 9bd0fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -446,5 +446,6 @@ scan_dir=$(php --ini | grep additional | sed -e "s|.*: s*||")
ini_file=$(php --ini | grep "Loaded Configuration" | sed -e "s|.*:s*||" | sed "s/ //g")
pecl_file="$scan_dir"/99-pecl.ini
echo '' | sudo tee "$pecl_file" >/dev/null 2>&1
sudo rm -rf /usr/local/bin/phpunit >/dev/null 2>&1
sudo chmod 777 "$ini_file" "$pecl_file" "$tool_path_dir"
add_log "$tick" "PHP" "$status PHP $semver"

0 comments on commit 9bd0fdb

Please sign in to comment.