graphile / migrate

Opinionated SQL-powered productive roll-forward migration tool for PostgreSQL.
MIT License
751 stars 58 forks source link

fix: log stdout/stderr on action failures #176

Closed benjie closed 1 year ago

benjie commented 1 year ago

Fixes #167 Fixes #152

Description

We weren't previously outputting stdout/stderr of command actions when an error occurred. This fixes that, and also adds tests.

Performance impact

Virtually none.

Security impact

None.

Checklist