File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,12 @@ so that randomly-churning background processes don't randomise the results
65
65
too much. This is particularly true for the graphics tests.
66
66
67
67
68
- If you need to change the directories, use "Environment variables" about below.
68
+ Output can be specified by using the following variables:
69
69
70
- * "UB_RESULTDIR" : Output destination path(absolute) of the result files.
71
- * "UB_TMPDIR" : Directory path(absolute) used for file I/O tests(named fs****).
72
- * "UB_OUTPUT_FILE_NAME" : Output file name. If exists same file, it will be overwrite completly.
70
+ * "UB_RESULTDIR" : Absolute path of output directory of result files.
71
+ * "UB_TMPDIR" : Absolute path of temporary files for IO tests.
72
+ * "UB_OUTPUT_FILE_NAME" : Output file name. If exists it will be overwritten.
73
+
73
74
============================================================================
74
75
75
76
Tests
You can’t perform that action at this time.
0 commit comments