[rhmessaging-commits] rhmessaging commits: r1566 - store/trunk/cpp/tests.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Jan 14 13:32:28 EST 2008


Author: tedross
Date: 2008-01-14 13:32:28 -0500 (Mon, 14 Jan 2008)
New Revision: 1566

Modified:
   store/trunk/cpp/tests/system_test.sh
Log:
Updated systen_test.sh to use the correct qpidd switch for loading a plugin module.


Modified: store/trunk/cpp/tests/system_test.sh
===================================================================
--- store/trunk/cpp/tests/system_test.sh	2008-01-14 16:58:29 UTC (rev 1565)
+++ store/trunk/cpp/tests/system_test.sh	2008-01-14 18:32:28 UTC (rev 1566)
@@ -74,8 +74,8 @@
     fi
     for p in `seq 1 6`; do
         log="$abs_srcdir/vg-log.$mode.$p"
-        #echo "$vg $QPIDD --load $LIBBDBSTORE $JRNLFLAGS"
-        $vg $QPIDD --load $LIBBDBSTORE $JRNLFLAGS >> "$abs_srcdir/qpid.log" 2> $log & pid=$!
+        #echo "$vg $QPIDD --load-module $LIBBDBSTORE $JRNLFLAGS"
+        $vg $QPIDD --load-module $LIBBDBSTORE $JRNLFLAGS >> "$abs_srcdir/qpid.log" 2> $log & pid=$!
         sleep 5
 
         echo phase $p...




More information about the rhmessaging-commits mailing list