svn rev #25009: trunk/src/tests/threads/

raeburn@MIT.EDU raeburn at MIT.EDU
Thu Jun 30 23:26:50 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25009
Commit By: raeburn
Log Message:
Don't pass unsupported -n option to t_rcache.


Changed Files:
U   trunk/src/tests/threads/Makefile.in
Modified: trunk/src/tests/threads/Makefile.in
===================================================================
--- trunk/src/tests/threads/Makefile.in	2011-07-01 03:26:46 UTC (rev 25008)
+++ trunk/src/tests/threads/Makefile.in	2011-07-01 03:26:50 UTC (rev 25009)
@@ -13,9 +13,8 @@
 
 all::
 
-N = 4
 run-t_rcache: t_rcache
-	$(RUN_SETUP) $(VALGRIND) ./t_rcache -n $(N)
+	$(RUN_SETUP) $(VALGRIND) ./t_rcache
 
 t_rcache: t_rcache.o $(KRB5_BASE_DEPLIBS)
 	$(CC_LINK) -o t_rcache t_rcache.o $(KRB5_BASE_LIBS) $(THREAD_LINKOPTS)




More information about the cvs-krb5 mailing list