Project

General

Profile

« Previous | Next » 

Revision 10275

bugfix: postprocess(): moved $can_test flag from import() to this function because it is used here

View differences:

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