You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2014/08/20 23:30:31 UTC

svn commit: r1619236 - /qpid/trunk/qpid/cpp/src/tests/test_env.sh.in

Author: aconway
Date: Wed Aug 20 21:30:30 2014
New Revision: 1619236

URL: http://svn.apache.org/r1619236
Log:
NO-JIRA: test_env.sh to pick up whichever of linearstore.so or legacystore.so is built.

Modified:
    qpid/trunk/qpid/cpp/src/tests/test_env.sh.in

Modified: qpid/trunk/qpid/cpp/src/tests/test_env.sh.in
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/test_env.sh.in?rev=1619236&r1=1619235&r2=1619236&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/test_env.sh.in (original)
+++ qpid/trunk/qpid/cpp/src/tests/test_env.sh.in Wed Aug 20 21:30:30 2014
@@ -74,7 +74,8 @@ export TEST_STORE_LIB=$testmoduledir/tes
 exportmodule() { test -f $moduledir/$2 && eval "export $1=$moduledir/$2"; }
 exportmodule HA_LIB ha.so
 exportmodule XML_LIB xml.so
-exportmodule STORE_LIB legacystore.so
+test "$STORE_LIB" || exportmodule STORE_LIB linearstore.so
+test "$STORE_LIB" || exportmodule STORE_LIB legacystore.so
 exportmodule AMQP_LIB amqp.so
 
 # Qpid options



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org