From 1a69c8772f174712127d62f18159f8dcda9a7b83 Mon Sep 17 00:00:00 2001 From: Pieterjan Spoelders Date: Tue, 24 Oct 2023 15:35:50 +0200 Subject: [PATCH 1/2] Update README.md Add information and example on com.exasol.dockerdb.image system property to usage section. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 487eb40..a17c7ee 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ Usually you generate the `testConfig.json` using the Terraform module [terraform You can also select a specific test-setup in code. For that simply replace `new ExasolTestSetupFactory().getTestSetup()` by `new ExasolTestcontainerTestSetup()`. +To change the Exasol Docker DB version being used you can define the 'com.exasol.dockerdb.image' system property, e.g: 'mvn verify -Dcom.exasol.dockerdb.image=${{ matrix.docker_db_version }}'. + ## Information for Users of This Library * [Guide for Setting up a Project With Cloud Resources](doc/user_guide/setup_project_with_cloud_resources.md) From cd149f49724ec1648a81f79237e2b701456ee5a1 Mon Sep 17 00:00:00 2001 From: Pieterjan Spoelders Date: Tue, 24 Oct 2023 15:37:33 +0200 Subject: [PATCH 2/2] Fixed markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a17c7ee..c875a09 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Usually you generate the `testConfig.json` using the Terraform module [terraform You can also select a specific test-setup in code. For that simply replace `new ExasolTestSetupFactory().getTestSetup()` by `new ExasolTestcontainerTestSetup()`. -To change the Exasol Docker DB version being used you can define the 'com.exasol.dockerdb.image' system property, e.g: 'mvn verify -Dcom.exasol.dockerdb.image=${{ matrix.docker_db_version }}'. +To change the Exasol Docker DB version being used you can define the `com.exasol.dockerdb.image` system property, e.g: `mvn verify -Dcom.exasol.dockerdb.image=${{ matrix.docker_db_version }}`. ## Information for Users of This Library