|
From: Patrick K. <mai...@gm...> - 2006-05-18 11:04:19
|
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' | 'i6= 86' | 'x86_64') Patrick |