[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 09:13:33 CDT 2011
branch "master" has been updated
via 175f80f916950af8449227b9d9e527fd5fdffb48 (commit)
from 0b3677aacf30d7f1c217094e136d6de3a05f6e5e (commit)
Summary of changes:
bamboo/bin/tests.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 175f80f916950af8449227b9d9e527fd5fdffb48
Author: Darren Sessions <dsessions at digium.com>
Date: Fri Apr 1 09:13:29 2011 -0500
More Windows path tweaks ...
diff --git a/bamboo/bin/tests.py b/bamboo/bin/tests.py
index 0778341..eeca65c 100755
--- a/bamboo/bin/tests.py
+++ b/bamboo/bin/tests.py
@@ -208,9 +208,9 @@ def errorout(msg):
def update_build_env():
os.chdir('bamboo')
if plat == "Windows":
- os.system("%s %s install" % (make, mkcmd))
+ os.system("%s %s %s.mak install" % (make, mkcmd[0], mkcmd[1]))
else:
- os.system("%s install" % make)
+ os.system("%s.mak install" % make)
return
def main(argv=None):
-----------------------------------------------------------------------
--
asterisk-scf/release/testsuite.git
More information about the asterisk-scf-commits
mailing list