File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ When running on a unix machine, provide the path to the 'bin' directory.
82
82
```
83
83
84
84
#### 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).
86
86
```
87
87
> ./gradlew clean build-info-extractor-nuget:test
88
88
```
@@ -96,9 +96,14 @@ When running on a unix machine, provide the path to the 'bin' directory.
96
96
export BITESTS_ARTIFACTORY_DOCKER_REPO=build-info-tests-docker
97
97
export BITESTS_ARTIFACTORY_DOCKER_HOST=tcp://127.0.0.1:1234
98
98
```
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
+ ```
99
103
```
100
104
> ./gradlew clean build-info-extractor-docker:test
101
105
```
106
+
102
107
* Before running the tests, please make sure you have a local docker repository named * build-info-tests-docker* in Artifactory.
103
108
104
109
### Testing on Artifactory OSS
You can’t perform that action at this time.
0 commit comments