[svn-commits] russell: testsuite/asterisk/trunk r98 - in /asterisk/trunk/tests: blind-trans...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 18 13:21:58 CDT 2010


Author: russell
Date: Thu Mar 18 13:21:54 2010
New Revision: 98

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=98
Log:
Limit blind transfer test to trunk only for now

Also check for asterisk in /usr/local/sbin for the example test

Modified:
    asterisk/trunk/tests/blind-transfer-accountcode/test-config.yaml
    asterisk/trunk/tests/example/run-test

Modified: asterisk/trunk/tests/blind-transfer-accountcode/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/blind-transfer-accountcode/test-config.yaml?view=diff&rev=98&r1=97&r2=98
==============================================================================
--- asterisk/trunk/tests/blind-transfer-accountcode/test-config.yaml (original)
+++ asterisk/trunk/tests/blind-transfer-accountcode/test-config.yaml Thu Mar 18 13:21:54 2010
@@ -14,7 +14,9 @@
         - mantis : '16331'
 
 properties:
-    minversion: '1.4'
+    # XXX minversion should be 1.4, but the test currently fails on all branches
+    # but trunk.
+    minversion: '1.8'
     dependencies:
         - app : 'bash'
         - app : 'sipp'

Modified: asterisk/trunk/tests/example/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/example/run-test?view=diff&rev=98&r1=97&r2=98
==============================================================================
--- asterisk/trunk/tests/example/run-test (original)
+++ asterisk/trunk/tests/example/run-test Thu Mar 18 13:21:54 2010
@@ -2,7 +2,7 @@
 
 echo "Checking to see if Asterisk is installed ..."
 
-if [ ! -f /usr/sbin/asterisk ] ; then
+if [ ! -f /usr/sbin/asterisk ] && [ ! -f /usr/local/sbin/asterisk ] ; then
 	echo "Asterisk not found!"
 	exit 1
 fi




More information about the svn-commits mailing list