Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit a846b53

Browse files
committed
Update README for how to quote parameters when running commands outside of an sbt session.
1 parent 1523133 commit a846b53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ the "-tags" argument:
173173
```
174174
dockerComposeTest -tags:<tag1,tag2>
175175
```
176+
177+
If running dockerComposeTest from outside of sbt you will need to quote the input so that the parameters are properly interpreted:
178+
```
179+
sbt 'dockerComposeTest -tags:<tag1,tag2>'
180+
```
181+
176182
4) To attach a debugger during test case execution provide a port number to the "-debug" argument. This will suspend the
177183
tests from running until you attach a debugger to the specified port. For example:
178184
```

0 commit comments

Comments
 (0)