On Sun, Dec 30, 2012 at 09:02:09AM +0800, Amos Kong wrote: > This patch added there options for filtering cases by logics, > > For example: > ./run -t qemu -c tests.cfg --oronly="WinXP Win7" --andonly="boot 64" > --not="sp1"
Oh! a typo in commitlog ./run -t qemu -c tests.cfg --or="WinXP Win7" --and="boot 64" --not="sp1" > (following cases will be executed) > > Test 1: virtio_blk.smp2.virtio_net.WinXP.64.boot > Test 2: virtio_blk.smp2.virtio_net.Win7.64.boot ... Amos