Skip to content

Commit 26df1d6

Browse files
committed
7.2.0
1 parent daf844f commit 26df1d6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doxygen/qutest.dox

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
250254
The 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

0 commit comments

Comments
 (0)