Revision 10275
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
95 | 95 |
postprocess() |
96 | 96 |
{ |
97 | 97 |
echo_func; set_make_vars |
98 |
kw_params can_test; local can_test="${can_test-1}" |
|
98 | 99 |
map_table |
99 | 100 |
custom_postprocess |
100 | 101 |
mk_derived |
... | ... | |
104 | 105 |
import() |
105 | 106 |
{ |
106 | 107 |
echo_func; set_make_vars |
107 |
kw_params can_test; local can_test="${can_test-1}" |
|
108 | 108 |
self_make load_data |
109 | 109 |
postprocess |
110 | 110 |
} |
Also available in: Unified diff
bugfix: postprocess(): moved $can_test flag from import() to this function because it is used here