Re: [libvirt] [PATCH 3/3] test-lib.sh: Update helper for VIR_TEST_EXPENSIVE and use it in virsh-all

2013-08-12 Thread Peter Krempa
On 08/02/13 23:34, Eric Blake wrote: > On 08/01/2013 07:24 AM, Peter Krempa wrote: >> When the test-lib for shell tests was introduced it did think of >> expensive tests although this option was never used. > > More historically accurate: the shell script was lifted verbatim from > GNU coreutils,

Re: [libvirt] [PATCH 3/3] test-lib.sh: Update helper for VIR_TEST_EXPENSIVE and use it in virsh-all

2013-08-02 Thread Eric Blake
On 08/01/2013 07:24 AM, Peter Krempa wrote: > When the test-lib for shell tests was introduced it did think of > expensive tests although this option was never used. More historically accurate: the shell script was lifted verbatim from GNU coreutils, back in the days when Jim Meyering was actively

[libvirt] [PATCH 3/3] test-lib.sh: Update helper for VIR_TEST_EXPENSIVE and use it in virsh-all

2013-08-01 Thread Peter Krempa
When the test-lib for shell tests was introduced it did think of expensive tests although this option was never used. Update the code for the new env variable name. Use this function in the virsh-all test that blindly runs all virsh commands without any arguments and thus it's rather time consumi