Skip to content

Commit

Permalink
Merge pull request #408 from rsvoboda/mariadbDockerNote
Browse files Browse the repository at this point in the history
Note about MariaDB and Docker on macOS, typo fix
  • Loading branch information
cescoffier authored Jan 3, 2019
2 parents f9f31ab + 988109e commit 6cb40d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion integration-tests/jpa-mariadb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ To run the tests in a standard JVM with MariaDB started as a Docker container, y
mvn clean install -Dtest-mariadb -Ddocker
```

Additionaly, you can generate a native image and run the tests for this native image by adding `-Dnative`:
Please note that waiting on the availability of MariaDB port does not work on macOS.
This module does not work with `-Ddocker` option on this operating system.

Additionally, you can generate a native image and run the tests for this native image by adding `-Dnative`:

```
mvn clean install -Dtest-mariadb -Ddocker -Dnative
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jpa-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To run the tests in a standard JVM with PostgreSQL started as a Docker container
mvn clean install -Dtest-postgresql -Ddocker
```

Additionaly, you can generate a native image and run the tests for this native image by adding `-Dnative`:
Additionally, you can generate a native image and run the tests for this native image by adding `-Dnative`:

```
mvn clean install -Dtest-postgresql -Ddocker -Dnative
Expand Down

0 comments on commit 6cb40d2

Please sign in to comment.