You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Andrew Stitcher <as...@redhat.com> on 2006/12/04 16:54:51 UTC

Small fix to the topictest scripts

Small patch to fix up running  the topictest script after the tree reorg:

Index: cpp/tests/env
===================================================================
--- cpp/tests/env       (revision 482153)
+++ cpp/tests/env       (working copy)
@@ -13,9 +13,9 @@
 
 if [ -z QPID_ROOT ] ; then echo "You must set QPID_ROOT" ; fi
 
-pathmunge $QPID_ROOT/cpp/test/bin
-pathmunge $QPID_ROOT/cpp/build/*/bin
-pathmunge $QPID_ROOT/cpp/build/*/test
+pathmunge $QPID_ROOT/cpp/tests
+# pathmunge $QPID_ROOT/cpp/build/*/bin
+# pathmunge $QPID_ROOT/cpp/build/*/test
 
 export QPID_HOME=${QPID_HOME:-$QPID_ROOT/java/build}
 pathmunge $QPID_HOME/bin
Index: cpp/lib/common/sys/apr/APRBase.h
===================================================================




Re: Small fix to the topictest scripts

Posted by Gordon Sim <gs...@redhat.com>.
Andrew Stitcher wrote:
> Small patch to fix up running  the topictest script after the tree reorg:
> 
> Index: cpp/tests/env
> ===================================================================
> --- cpp/tests/env       (revision 482153)
> +++ cpp/tests/env       (working copy)
> @@ -13,9 +13,9 @@
> 
> if [ -z QPID_ROOT ] ; then echo "You must set QPID_ROOT" ; fi
> 
> -pathmunge $QPID_ROOT/cpp/test/bin
> -pathmunge $QPID_ROOT/cpp/build/*/bin
> -pathmunge $QPID_ROOT/cpp/build/*/test
> +pathmunge $QPID_ROOT/cpp/tests
> +# pathmunge $QPID_ROOT/cpp/build/*/bin
> +# pathmunge $QPID_ROOT/cpp/build/*/test
> 
> export QPID_HOME=${QPID_HOME:-$QPID_ROOT/java/build}
> pathmunge $QPID_HOME/bin
> Index: cpp/lib/common/sys/apr/APRBase.h
> ===================================================================

Applied as rev 482254.