Skip to content

Commit e38e3fe

Browse files
author
Alan Christie
committed
- Note about POUT in README
1 parent 05da69b commit e38e3fe

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ You can use the docker-specific Gradle task: -
101101

102102
$ ./gradlew runDockerPipelineTester
103103

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: -
107107

108108
$ ./gradlew runPipelineTester -Pptargs=-d
109109

@@ -122,6 +122,11 @@ for every file and test combination. For example, if the test file
122122
`pbf_ev.test` contains the test `test_pbf_ev_raw` any files it generates
123123
will be found in the directory `pbf_ev-test_pbf_ev_raw`.
124124

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+
125130
Some important notes: -
126131

127132
- Files generated by the pipelines are removed when the tester is

0 commit comments

Comments
 (0)