Skip to content

Commit b75c2d0

Browse files
author
Alan Christie
committed
- Updated README
1 parent b97e16e commit b75c2d0

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

README.md

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ installed as normal:
3232
released when more invasive tests have been written. In the meantime we
3333
use this repository as a Git [submodule] in our existing pipelines.
3434

35+
### Redirecting output
36+
Normally pipeline output files are written to a `tmp` directory inside
37+
the working copy of the repository you're running in. Alternatively you
38+
can write test output to your own directory (i.e. `/tmp/blob`) using
39+
the environment variable `POUT`: -
40+
41+
$ export POUT=/tmp/blob
42+
43+
Output files are removed when the test suite starts and when it passes.
44+
3545
### From within a pipeline repository
3646
You will find this repository located as a submodule. When checking the
3747
pipeline out (for example [Pipelines]) you will need to initialise the
@@ -51,18 +61,19 @@ When tests fail it logs as much as it can and continues. When all the tests
5161
have finished it prints a summary including a lit of failed tests along with
5262
of the number of test files and individual tests that were executed: -
5363

54-
-------
55-
Summary
56-
-------
57-
Test Files : 20
58-
Tests Found : 30
59-
Tests passed : 30
60-
Tests failed : 0
61-
Tests skipped : 0
62-
Tests ignored : 0
63-
Warnings : 0
64-
-------
65-
Passed: TRUE
64+
+----------------+
65+
: Summary:
66+
+----------------+
67+
: Test files: 29
68+
: Tests found: 39
69+
: Tests passed: 20
70+
: Tests failed: -
71+
: Tests skipped: 19
72+
: Tests ignored: 3
73+
: Warnings: -
74+
+----------------+
75+
: Result: SUCCESS
76+
+----------------+
6677

6778
### From here
6879
If you have working copies of all your pipeline repositories checked-out

0 commit comments

Comments
 (0)