@@ -1145,10 +1145,18 @@
[setup]
 reruns 5
+
+

Run time limit

+
+
+
[setup]
+runtimelim 1h 2m 3s  # this will automatically kill the test if it runs for more than 1h 2m and 3s
+
+

The testconfig File

@@ -1229,12 +1237,28 @@ # ## Remove everything up to the last / itemmap .*/ # # ## Example # ## Replace foo/ with bar/ -itemmap foo/ bar/ +itemmap foo/ bar/ + +# multi-line; matches are applied in the listed order +# The following would map: +# a123b321 to b321fooa123 then to 321fooa123p +# +itemmap (a\d+)(b\d+) \2foo\1 + b(.*) \1p
+ +
+

Complex mappings

+

Complex mappings can be handled with the [itemmap] section

+
+
+itemmap.png +
+
Autogeneration waiton list for dynamic flow dependency trees
[requirements]
 # With a toplevel test you may wish to generate your list
@@ -1242,11 +1266,11 @@
 #
 # waiton #{shell get-valid-tests-to-run.sh}
-

Run time limit

+

Run time limit

runtimelim 1h 2m 3s  # this will automatically kill the test if it runs for more than 1h 2m and 3s
@@ -1578,10 +1602,10 @@