Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Apr 29, 2024
1 parent 0284357 commit f98468e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions run-tests-against-multiple-db-versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ function readableElapsedTime($microtime, $format = null, $round = 3) {
}

$new_line = PHP_EOL;
echoWithLineBreaks(
'WARNING: This test suite could take up to 4 hours to run depending on the'
. ' performance capability of this computer.' . $new_line
. "\t Podman also needs to be installed in order for the tests to run." . $new_line
);

$console_prompt = "If you have an instance of (MySql / Mariadb) and / or Postgresql"
. " running, please stop them and then press Enter.{$new_line}This"
. " script will be spawning new container instances of MySql & Postgresql"
Expand Down

0 comments on commit f98468e

Please sign in to comment.