File tree Expand file tree Collapse file tree 1 file changed +23
-12
lines changed Expand file tree Collapse file tree 1 file changed +23
-12
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,16 @@ installed as normal:
32
32
released when more invasive tests have been written. In the meantime we
33
33
use this repository as a Git [submodule] in our existing pipelines.
34
34
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
+
35
45
### From within a pipeline repository
36
46
You will find this repository located as a submodule. When checking the
37
47
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
51
61
have finished it prints a summary including a lit of failed tests along with
52
62
of the number of test files and individual tests that were executed: -
53
63
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
+ +----------------+
66
77
67
78
### From here
68
79
If you have working copies of all your pipeline repositories checked-out
You can’t perform that action at this time.
0 commit comments