File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ You can use the docker-specific Gradle task: -
101
101
102
102
$ ./gradlew runDockerPipelineTester
103
103
104
- Or, by add the ` -d ` or ` --indocker ` command-line argument into the basic
105
- task. To pass these variables through Gradle into the pipeline tester
106
- run the Docker tests like this: -
104
+ Or, by adding the ` -d ` or ` --indocker ` command-line argument into the basic
105
+ task. To pass command-line options through Gradle into the underlying task
106
+ you can also run the Docker tests like this: -
107
107
108
108
$ ./gradlew runPipelineTester -Pptargs=-d
109
109
@@ -122,6 +122,11 @@ for every file and test combination. For example, if the test file
122
122
` pbf_ev.test ` contains the test ` test_pbf_ev_raw ` any files it generates
123
123
will be found in the directory ` pbf_ev-test_pbf_ev_raw ` .
124
124
125
+ You can re-direct the test output to an existing directory of your choice by
126
+ defining the Environment variable ` POUT ` : -
127
+
128
+ $ export POUT=/tmp/my-output-dir/
129
+
125
130
Some important notes: -
126
131
127
132
- Files generated by the pipelines are removed when the tester is
You can’t perform that action at this time.
0 commit comments