• J
    virsh: fix previous patch · f580a33f
    Jiri Denemark 提交于
    The last patch breaks make check for two reasons. First, it reverses the
    condition but leaves default level unchanged, so instead of not printing
    anything but errors before the patch it now prints all debug messages by
    default. Second, you forgot to change -d5 option passed to virsh in
    tests/virsh-optparse to -d0; the script wants to see all debug messages.
    f580a33f
virsh-optparse 2.0 KB