Skip to content

Commit

Permalink
remove output silencing attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Mar 20, 2024
1 parent b8e1f19 commit 7fe0828
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bin/install-wp-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ install_db() {
fi
}

# Silence output
install_wp > /dev/null 2>&1
install_test_suite > /dev/null 2>&1
install_db > /dev/null 2>&1
install_wp
install_test_suite
install_db

0 comments on commit 7fe0828

Please sign in to comment.