From e841f55c188fbf6b227fd60c9b2fdb9158a433cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 17 Jan 2026 19:01:49 +0100 Subject: [PATCH] small fixes --- src/sections/intro.tex | 4 ++-- src/sections/items.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sections/intro.tex b/src/sections/intro.tex index d02d46a..13d263e 100644 --- a/src/sections/intro.tex +++ b/src/sections/intro.tex @@ -154,7 +154,7 @@ main: [...] - - !include path/to/my/subtest.cpt + - !include path/to/my/subtest.tum [...] @@ -188,7 +188,7 @@ report: \begin{itemize} \item Built-in variables: \begin{itemize} - \item \incode{test\_directory}: the folder of the main cpt file + \item \incode{test\_directory}: the folder of the main tum file \item \incode{test\_main\_file}: the main tum file \item \incode{os}: The OS used by the system (Linux or Windows) \item \incode{host\_name}: The hostname of the machine diff --git a/src/sections/items.tex b/src/sections/items.tex index 9dde0a0..92d61e9 100644 --- a/src/sections/items.tex +++ b/src/sections/items.tex @@ -35,7 +35,7 @@ \incode{loop} & Container for repeating things \\ \incode{plot} & Runtime plot utility \\ \incode{report} & Extract a report file \\ - \incode{run} & Runs a new instance of sequencer \\ + \incode{run} & Runs a new instance of \tum{testium} \\ \incode{sleep} & Wait (with or without dialog) \\ \incode{unittest\_file} & Python unittest file \\ \hline