Revision 12773
Added by Aaron Marcuse-Kubitza almost 11 years ago
table.run | ||
---|---|---|
104 | 104 |
mappings() |
105 | 105 |
{ |
106 | 106 |
echo_func; set_make_vars |
107 |
public_schema_exists || return 0
|
|
107 |
prep_try; public_schema_exists || { rethrow; return 0; }; rethrow
|
|
108 | 108 |
if remaking; then in_top_dir rm -f map.csv; fi # remake it |
109 | 109 |
test_ |
110 | 110 |
} |
Also available in: Unified diff
bugfix: *{.sh,run}: stderr_matches() wrapper callers: use the required wrapper caller usage, which now includes rethrow and prep_try