Skip to content

Commit f9877da

Browse files
Document inalibity to view tooling files (#557)
1 parent aec4d35 commit f9877da

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

building/tooling/docker.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ After 20 seconds, the process is halted and reports a time-out with a 408 error
2020
A tooling run may produce up to a maximum of one-megabyte of stdout and stderr.
2121
If it produces more, it will be killed with a 413 error code.
2222

23-
The contents of `stdout` and `stderr` from each run will be stored in files that can be viewed later.
23+
The contents of `stdout` and `stderr` from each run will be stored in files.
24+
You may write a `results.out` file to the output directory, which contains debugging information.
2425

25-
You may write a `results.out` file to the output directory, which contains debugging information you want to view later.
26+
```exercism/caution
27+
Right now, it is not possible for maintainers to view the contents of these files.
28+
```
2629

2730
### Results
2831

0 commit comments

Comments
 (0)