• F
    qemu-iotests: Make debugging python tests easier · aa4f592a
    Fam Zheng 提交于
    Adding "-d" option. The output goes to "tee" so it appears in your
    console. Also, raise the verbosity of unnitest runner.
    
    When testing a topic branch, it's possible that a bug introduced by a
    code change makes the python test case hang, with debug output, it is
    much easier to locate the problem.
    
    This can also be helpful if you want to watch the progress of a python
    test, it offers you a way to sense the speed of each test case method
    you're writing.
    
    Note: because there is no easy way to get *both* the verbose output and
    the output expected by ./check comparison, the case would always fail
    with an "output mismatch". The sole purpose of using this option is
    giving developers a quick way to debug when things go wrong.
    Signed-off-by: NFam Zheng <famz@redhat.com>
    Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    aa4f592a
common 10.4 KB