Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Custom verify command #65

Open
theory opened this issue Jan 4, 2013 · 0 comments
Open

Add Support for Custom verify command #65

theory opened this issue Jan 4, 2013 · 0 comments

Comments

@theory
Copy link
Collaborator

theory commented Jan 4, 2013

If, for example, you wanted to run verify scripts through pg_prove instead of psql, you could set it up with something like:

sqitch config verify.client 'pg_prove -U %u -h %h -p %p -d %d %f'

The idea is to have formatting characters stand in for options, i.e.,

  • --db-user: %u
  • --db-host: %h
  • --db-port: %p
  • --db-name: %d
  • $script: %f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant