Verified Commit 4c3ce18a authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #2890023 by mcdruid, quietone, ricardoamaro: clarify db settings for...

Issue #2890023 by mcdruid, quietone, ricardoamaro: clarify db settings for run-tests.sh example command
parent bd6abf7c
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -362,7 +362,8 @@ function simpletest_script_help() {
  --url http://example.com/ --class Drupal\block\Tests\BlockTest

Without a preinstalled Drupal site, specify a SQLite database pathname to create
and the default database connection info to use in tests:
(for the test runner) and the default database connection info (for Drupal) to
use in tests:

sudo -u [wwwrun|www-data|etc] php ./core/scripts/{$args['script']}
  --sqlite /tmpfs/drupal/test.sqlite