You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/02/24 11:29:06 UTC

svn commit: r380637 - in /webservices/axis2/trunk/c/test/itest/whitemesa/round1: Makefile.am run.sh

Author: samisa
Date: Fri Feb 24 02:29:02 2006
New Revision: 380637

URL: http://svn.apache.org/viewcvs?rev=380637&view=rev
Log:
Added install folder and also fixed run.sh

Modified:
    webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am
    webservices/axis2/trunk/c/test/itest/whitemesa/round1/run.sh

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am?rev=380637&r1=380636&r2=380637&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am Fri Feb 24 02:29:02 2006
@@ -1,4 +1,4 @@
-prgbindir=$(prefix)/bin/samples
+prgbindir=$(prefix)/bin/itest
 prgbin_PROGRAMS = round1 
 round1_SOURCES = round1_client.c
 

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round1/run.sh
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/itest/whitemesa/round1/run.sh?rev=380637&r1=380636&r2=380637&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round1/run.sh (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round1/run.sh Fri Feb 24 02:29:02 2006
@@ -1 +1 @@
-while read x; do ./test $x; done < input
+while read x; do ./round1 $x; done < input