Commit e3c1ce3
committed
fix: Skip database creation in install-wp-tests.sh
- Pass 'true' as 6th parameter to skip_database_creation
- Database is already created in previous MySQL setup step
- Prevents 'database exists' error from mysqladmin1 parent a0c010f commit e3c1ce3
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
331 | | - | |
| 332 | + | |
| 333 | + | |
332 | 334 | | |
333 | 335 | | |
334 | 336 | | |
| |||
0 commit comments