svn commit: branches/uClibc_0_9_29/test/inet

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 17:33:56 UTC 2008


Author: vapier
Date: 2008-01-05 09:33:56 -0800 (Sat, 05 Jan 2008)
New Revision: 20760

Log:
Merge r19835 by vapier from trunk:
actually update errors variable when a test fails


Modified:
   branches/uClibc_0_9_29/test/inet/tst-network.c


Changeset:
Modified: branches/uClibc_0_9_29/test/inet/tst-network.c
===================================================================
--- branches/uClibc_0_9_29/test/inet/tst-network.c	2008-01-05 17:33:38 UTC (rev 20759)
+++ branches/uClibc_0_9_29/test/inet/tst-network.c	2008-01-05 17:33:56 UTC (rev 20760)
@@ -61,6 +61,7 @@
 
       if (res != tests[i].number)
 	{
+	  ++errors;
 	  printf ("Test failed for inet_network (\"%s\"):\n",
 		  tests[i].network);
 	  printf ("Expected return value %u (0x%x) but got %u (0x%x).\n",




More information about the uClibc-cvs mailing list