|
From: Leif M. <le...@ta...> - 2006-05-18 13:39:08
|
Patrick,
Thanks for the note. I fixed it for the 3.2.1 release.
Cheers,
Leif
Patrick Kimber wrote:
> Hi
> We have just deployed our application to a linux server which has an
> athlon processor. The default "testwrapper" script fails.
>
> To solve this issue, we amended line 162 in the "testwrapper" script
> to check for the athlon processor:
>
> 162c162
> < 'amd64' | 'ia32' | 'ia64' | 'i386' | 'i486' | 'i586' | 'i686' |
> 'x86_64')
> ---
>> 'amd64' | 'athlon' | 'ia32' | 'ia64' | 'i386' | 'i486' | 'i586' |
>> 'i686' | 'x86_64')
>
> Patrick
|