[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:00:35 CDT 2011
branch "master" has been updated
via ea5e6264ed5a6b9ecac4c34348e33403044ed02f (commit)
from 175f80f916950af8449227b9d9e527fd5fdffb48 (commit)
Summary of changes:
bamboo/bin/tests.py | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit ea5e6264ed5a6b9ecac4c34348e33403044ed02f
Author: Darren Sessions <dsessions at digium.com>
Date: Fri Apr 1 10:00:32 2011 -0500
Some banner tweaks to make the environment dump easier to notice.
diff --git a/bamboo/bin/tests.py b/bamboo/bin/tests.py
index eeca65c..8b04fdf 100755
--- a/bamboo/bin/tests.py
+++ b/bamboo/bin/tests.py
@@ -210,7 +210,7 @@ def update_build_env():
if plat == "Windows":
os.system("%s %s %s.mak install" % (make, mkcmd[0], mkcmd[1]))
else:
- os.system("%s.mak install" % make)
+ os.system("%s install" % make)
return
def main(argv=None):
@@ -231,8 +231,6 @@ def main(argv=None):
arch = platform.machine()
plat = platform.system()
- print "\nRunning on %s %s\n" % (plat, arch)
-
if plat == "Windows":
make = '/PROGRA~1/MICROS~1.0/VC/bin/nmake.exe'
mkcmd = ['-F','Makefile']
@@ -246,10 +244,15 @@ def main(argv=None):
mkcmd = ""
rmdircmd = "rm -rf"
+ print "-------------------------------------------------------------------------\n"
+ print "-------------------------------------------------------------------------\n\n"
+ print "Running on %s %s\n" % (plat, arch)
print "\n"
for param in os.environ.keys():
print "%20s %s" % (param, os.environ[param])
print "\n"
+ print "-------------------------------------------------------------------------\n"
+ print "-------------------------------------------------------------------------\n\n"
if args[1] == "ice":
test_ice()
-----------------------------------------------------------------------
--
asterisk-scf/release/testsuite.git
More information about the asterisk-scf-commits
mailing list