[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
Fri Apr 1 10:13:53 CDT 2011


branch "master" has been updated
       via  f49f8cebc82508ac0d13d2ade892591dd9c33d47 (commit)
      from  ea5e6264ed5a6b9ecac4c34348e33403044ed02f (commit)

Summary of changes:
 bamboo/bin/tests.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit f49f8cebc82508ac0d13d2ade892591dd9c33d47
Author: Darren Sessions <dsessions at digium.com>
Date:   Fri Apr 1 10:13:50 2011 -0500

    Fixed an issue, hopefully the last, with unit tests on Windows.

diff --git a/bamboo/bin/tests.py b/bamboo/bin/tests.py
index 8b04fdf..c6404a5 100755
--- a/bamboo/bin/tests.py
+++ b/bamboo/bin/tests.py
@@ -38,6 +38,9 @@ class test_asterisk_scf:
 
         start_time = time.time()
 
+        if plat == "Windows":
+            mkcmd = ['-F','Makefile ']
+
         cmd = [
             "%s" % make,
             "%stest" % mkcmd

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


-- 
asterisk-scf/release/testsuite.git



More information about the asterisk-scf-commits mailing list