Revision 10372
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
116 | 116 |
{ |
117 | 117 |
echo_func; set_make_vars |
118 | 118 |
kw_params can_test; local can_test="${can_test-1}" |
119 |
if remaking; then trim_table; fi |
|
119 | 120 |
map_table |
120 | 121 |
custom_postprocess |
121 | 122 |
mk_derived |
Also available in: Unified diff
lib/runscripts/table.run: postprocess(): added remake action that calls trim_table()