Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Sep 2014 at 11:26 UTC
Updated:
23 Sep 2014 at 11:50 UTC
Jump to comment: Most recent
This works correctly:
$ run-tests.sh --dburl mysql://drupal:drupal@localhost/drupal
This does not:
$ run-tests.sh --dburl mysql://drupal:drupal@localhost:33060/drupal
Thanks to @moshe weitzman for discovering the bug.
| Comment | File | Size | Author |
|---|---|---|---|
| test.dburl-port.0.patch | 490 bytes | sun |
Comments
Comment #1
moshe weitzman commentedVerified that this fIxed the bug.
Comment #2
alexpottCommitted 86da882 and pushed to 8.0.x. Thanks!