Revision 13344
Added by Aaron Marcuse-Kubitza over 10 years ago
table.run | ||
---|---|---|
99 | 99 |
mappings() |
100 | 100 |
{ |
101 | 101 |
begin_target |
102 |
public_schema_exists || return 0 |
|
102 |
benign_error=1 public_schema_exists || return 0
|
|
103 | 103 |
if remaking; then in_top_dir rm -f map.csv; fi # remake it |
104 | 104 |
test_ |
105 | 105 |
} |
Also available in: Unified diff
fix: *{.sh,run}: stderr_matches() callers: added benign_error=1 where needed