|
From: <sv...@va...> - 2012-07-07 06:14:03
|
bart 2012-07-07 07:13:55 +0100 (Sat, 07 Jul 2012)
New Revision: 12722
Log:
none/tests/ifunc: Only run this test if the "ifunc" executable has been built
Modified files:
trunk/none/tests/ifunc.vgtest
Modified: trunk/none/tests/ifunc.vgtest (+1 -0)
===================================================================
--- trunk/none/tests/ifunc.vgtest 2012-07-07 00:38:24 -23:00 (rev 12721)
+++ trunk/none/tests/ifunc.vgtest 2012-07-07 07:13:55 +01:00 (rev 12722)
@@ -1 +1,2 @@
+prereq: test -e ifunc
prog: ifunc
|
|
From: Florian K. <br...@ac...> - 2012-07-07 08:50:23
|
On 07/07/2012 08:13 AM, sv...@va... wrote:
> bart 2012-07-07 07:13:55 +0100 (Sat, 07 Jul 2012)
>
>
> Modified: trunk/none/tests/ifunc.vgtest (+1 -0)
> ===================================================================
> --- trunk/none/tests/ifunc.vgtest 2012-07-07 00:38:24 -23:00 (rev 12721)
> +++ trunk/none/tests/ifunc.vgtest 2012-07-07 07:13:55 +01:00 (rev 12722)
> @@ -1 +1,2 @@
> +prereq: test -e ifunc
> prog: ifunc
Thanks for the fix.
There is still something going on on s390. Perhaps Christian can
investigate this because I cannot currently log on to the community s390
box.
Florian
|
|
From: Christian B. <bor...@de...> - 2012-07-09 07:26:48
|
On 07/07/12 10:47, Florian Krohm wrote: > Thanks for the fix. > There is still something going on on s390. Perhaps Christian can > investigate this because I cannot currently log on to the community s390 > box. Just tested it, seems to work now. Maybe there was just an old ifunc binary left on those test boxes? |