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

Don't panic while panicking in CLI's tests #641

Merged
merged 1 commit into from
Feb 8, 2017

Commits on Feb 8, 2017

  1. Don't panic while panicking in CLI's tests

    Diesel CLI's tests will abort with no output if the tests for `diesel
    database create` fail to drop the database. (This is actually failing
    for many people because the code to drop it has diverged from CLI's
    behavior, which will be fixed separately).
    
    This change ensures that none of the `Drop` impls in our test suite will
    abort the process.
    sgrif committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    9073602 View commit details
    Browse the repository at this point in the history