[svn-commits] mnicholson: testsuite/asterisk/trunk r386 - /asterisk/trunk/asttest/README

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 9 17:18:49 CDT 2010


Author: mnicholson
Date: Wed Jun  9 17:18:46 2010
New Revision: 386

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=386
Log:
Updated the asttest/README file with a new and improved run-test script that does not have to be altered from test to test

Modified:
    asterisk/trunk/asttest/README

Modified: asterisk/trunk/asttest/README
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/asttest/README?view=diff&rev=386&r1=385&r2=386
==============================================================================
--- asterisk/trunk/asttest/README (original)
+++ asterisk/trunk/asttest/README Wed Jun  9 17:18:46 2010
@@ -63,7 +63,7 @@
 #!/bin/bash -e
 export LUA_PATH=../../lib/lua/?.lua\;\;
 export LUA_CPATH=../../lib/lua/?.so\;\;
-asttest -a / -s tests/my-test $@
+asttest -a / -s `dirname $0` $@
 
 The -a option indicates the location of the asterisk installation to use for 
 the test and the -s option turns on single test mode and indicates the 




More information about the svn-commits mailing list