Re: [Qemu-devel] [PATCH v2] qemu-iotests: Make debugging python tests easier

2015-05-18 Thread Kevin Wolf
Am 18.05.2015 um 03:39 hat Fam Zheng geschrieben: > 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, w

[Qemu-devel] [PATCH v2] qemu-iotests: Make debugging python tests easier

2015-05-17 Thread 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.