|
@@ -134,7 +134,7 @@ At the end, `tf_do_subtests` acts as a launcher of the actual test.
|
134
|
134
|
In short, it will
|
135
|
135
|
|
136
|
136
|
* take each enumerated subtest from `tf_enum_subtests`,
|
137
|
|
- * run TF_SETUP, if such file is found,
|
|
137
|
+ * source TF_SETUP, if such file is found,
|
138
|
138
|
* translate te subtest name to a command,
|
139
|
139
|
* launch the command,
|
140
|
140
|
* run TF_CLEANUP, if such file is found,
|
|
@@ -214,7 +214,7 @@ is set to `true`, which is by defaiult.
|
214
|
214
|
### Setup and cleanup ###
|
215
|
215
|
|
216
|
216
|
Special files *TF_SETUP* and *TF_CLEANUP* (one of them or both) can be
|
217
|
|
-added along with *TF_RUN*. These will be execued before (*TF_SETUP*)
|
|
217
|
+added along with *TF_RUN*. These will be sourced before (*TF_SETUP*)
|
218
|
218
|
and after every subtest (*TF_CLEANUP*).
|
219
|
219
|
|
220
|
220
|
First, if any of these files are missing, it is considered as if the
|