Skip to content

Commit adb519f

Browse files
authored
Update ReadMe.md (#379)
1 parent 1f65e1f commit adb519f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ When running on a unix machine, provide the path to the 'bin' directory.
8282
```
8383

8484
#### NuGet tests
85-
* Add Nuget executable to the system search path (PATH environment variable).
85+
* Add Nuget & Dotnet executable to the system search path (PATH environment variable).
8686
```
8787
> ./gradlew clean build-info-extractor-nuget:test
8888
```
@@ -96,9 +96,14 @@ When running on a unix machine, provide the path to the 'bin' directory.
9696
export BITESTS_ARTIFACTORY_DOCKER_REPO=build-info-tests-docker
9797
export BITESTS_ARTIFACTORY_DOCKER_HOST=tcp://127.0.0.1:1234
9898
```
99+
* For OSX agents, run a Socat container:
100+
```
101+
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 127.0.0.1:1234:1234 bobrik/socat TCP-LISTEN:1234,fork UNIX-CONNECT:/var/run/docker.sock
102+
```
99103
```
100104
> ./gradlew clean build-info-extractor-docker:test
101105
```
106+
102107
* Before running the tests, please make sure you have a local docker repository named *build-info-tests-docker* in Artifactory.
103108

104109
### Testing on Artifactory OSS

0 commit comments

Comments
 (0)