[Ovirt-devel] [PATCH] separate test results log

Jim Meyering jim at meyering.net
Thu Aug 21 15:57:47 UTC 2008


Alan Pevec <apevec at redhat.com> wrote:
>>> +test -n "$1" && RESULTS="$1" || RESULTS="results.log"
>>
>> You can drop some of those quotes (in the name of removing
>> unnecessary syntax):
>>
>>   test -n "$1" && RESULTS=$1 || RESULTS=results.log
>
>>> +   cd /usr/share/ovirt-wui && rake test" > $RESULTS 2>&1 \
>>> +  || die "wui tests failed"
>
>>     cd /usr/share/ovirt-wui && rake test" > "$RESULTS" 2>&1 \
>
> ok, BTW, that was copy/paste from libvirt/autobuild.sh so you might want to suggest the same fix "upstream" :)

Thanks.
I've just posted a patch there.




More information about the ovirt-devel mailing list