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

ZTS: zfs_program_json #9774

Merged
merged 1 commit into from
Dec 27, 2019
Merged

Commits on Dec 27, 2019

  1. ZTS: zfs_program_json

    As of Python 3.5 the default behavior of json.tool was changed to
    preserve the input order rather than lexically sort.  The test case
    expects the output to be sorted so apply the --sort-keys option
    to the json.tool command when using Python 3.5 and the option is
    supported.
    
        https://docs.python.org/3/library/json.html#module-json.tool
    
    Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
    behlendorf committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    1923bcb View commit details
    Browse the repository at this point in the history