Skip to content

Commit 8ee7a26

Browse files
authored
Update README.adoc (#157)
1 parent 995ca38 commit 8ee7a26

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

Diff for: README.adoc

+19-2
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,23 @@ ifndef::cloud-hosted[]
8282
`*MAC*`
8383
[.tab_link.linux_link]
8484
`*LINUX*`
85-
[.tab_content.windows_section.mac_section]
85+
[.tab_content.windows_section]
8686
--
8787
[role='command']
8888
```
8989
cd finish
9090
mvn verify
9191
```
9292
--
93+
[.tab_content.mac_section]
94+
--
95+
[role='command']
96+
```
97+
export TESTCONTAINERS_RYUK_DISABLED=true
98+
cd finish
99+
mvn verify
100+
```
101+
--
93102
[.tab_content.linux_section]
94103
--
95104
[role='command']
@@ -445,13 +454,21 @@ Now, use the following Maven goal to run the tests from a cold start outside of
445454
`*MAC*`
446455
[.tab_link.linux_link]
447456
`*LINUX*`
448-
[.tab_content.windows_section.mac_section]
457+
[.tab_content.windows_section]
449458
--
450459
[role='command']
451460
```
452461
mvn clean verify
453462
```
454463
--
464+
[.tab_content.mac_section]
465+
--
466+
[role='command']
467+
```
468+
export TESTCONTAINERS_RYUK_DISABLED=true
469+
mvn clean verify
470+
```
471+
--
455472
[.tab_content.linux_section]
456473
--
457474
[role='command']

0 commit comments

Comments
 (0)