File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -243,10 +243,14 @@ The various make-files supplied in QP/C and QP/C++ allow you to supply the comma
243243[2] make LOG=../log
244244[3] make LOG=c:/cert/logs
245245@endverbatim
246- `[1]` generates QUTest log file in the current directory (`.`)<br>
247- `[2]` generates QUTest log file in the parent directory, `log` subdirectory (relative)<br>
246+ `[1]` generates QUTest log file in the current directory (`.`)
247+
248+ `[2]` generates QUTest log file in the `../log` directory (relative to the current directory)
249+
248250`[3]` generates QUTest log file in the absolute directory `c:/cert/logs`
249251
252+ The following following listing shows the generated log file:
253+
250254The following screen shot shows the qutest.py screen output in which a log file has been produced (with the `-l.` command-line option):
251255
252256@image html qutest-out.png
You can’t perform that action at this time.
0 commit comments