Revision 266
Added by Aaron Marcuse-Kubitza about 13 years ago
map | ||
---|---|---|
69 | 69 |
local stem="$orig_src.$table.$out_fmt" |
70 | 70 |
local out="output/$stem${method+.$method}.xml" |
71 | 71 |
local accepted="accepted_output/$stem.xml" |
72 |
(set -x; ../map "$map" >"$out") || exit # abort tester |
|
72 |
(set -x; ../bien_map "$map" >"$out") || exit # abort tester
|
|
73 | 73 |
(set -x; ${testMode:+diff "$accepted" "$out"}) |
74 | 74 |
true # ignore last command's exit status |
75 | 75 |
} |
... | ... | |
79 | 79 |
function toDb() |
80 | 80 |
{ |
81 | 81 |
trace . "$vegbienDest" |
82 |
(. "$vegbienDest"; set -x; ../map "$map") || exit # abort tester |
|
82 |
(. "$vegbienDest"; set -x; ../bien_map "$map") || exit # abort tester
|
|
83 | 83 |
} |
84 | 84 |
|
85 | 85 |
for in in input/*; do |
Also available in: Unified diff
Moved map to util