[asterisk-scf-commits] asterisk-scf/release/testsuite.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue May 10 08:28:35 CDT 2011


branch "master" has been updated
       via  a09a2976d1850e3aabd80d9d77d6d13fc86610a9 (commit)
      from  dc6d27d55e7aba7fca8c11826d3fad5905f40320 (commit)

Summary of changes:
 bamboo/bin/visual_studio_wrapper.bat |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit a09a2976d1850e3aabd80d9d77d6d13fc86610a9
Author: Darren Sessions <dsessions at digium.com>
Date:   Tue May 10 08:28:28 2011 -0500

    Modified the Windows batch script wrapper to take the 'unittests' command and pass it to the test python script.

diff --git a/bamboo/bin/visual_studio_wrapper.bat b/bamboo/bin/visual_studio_wrapper.bat
index dbf8157..78fb10d 100644
--- a/bamboo/bin/visual_studio_wrapper.bat
+++ b/bamboo/bin/visual_studio_wrapper.bat
@@ -12,21 +12,20 @@ REM
 
 if "%1" == "" goto usage
 if "%2" == "" goto usage
-if not "%3" == "" goto usage
 
 @call "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" %1 
 
 SET BINDIR=C:\bamboo
 SET CPP_COMPILER=VC100_EXPRESS
 
-%BINDIR%\tests.py %2
+%BINDIR%\tests.py %2 %3
 
 goto :eof
 
 :usage
 ECHO:
 ECHO Error in script usage. The correct usage is:
-ECHO     %0 [arch] [asterisk scf repo]
+ECHO     %0 [arch] [asterisk scf repo] (unittests)
 ECHO:
 ECHO where [arch] is: x86 ^| amd64
 ECHO     and

-----------------------------------------------------------------------


-- 
asterisk-scf/release/testsuite.git



More information about the asterisk-scf-commits mailing list