[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 13:04:44 CDT 2011
branch "master" has been updated
via 3233576d739f9d67b8bb7a156ba1a1da514cf51b (commit)
from 6d5244b93e1644da57881325299118e7d0f9ead9 (commit)
Summary of changes:
bamboo/bin/tests.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 3233576d739f9d67b8bb7a156ba1a1da514cf51b
Author: Darren Sessions <dsessions at digium.com>
Date: Fri Apr 1 13:04:41 2011 -0500
Unit test exit code fix.
diff --git a/bamboo/bin/tests.py b/bamboo/bin/tests.py
index 0e70ea2..7077de2 100755
--- a/bamboo/bin/tests.py
+++ b/bamboo/bin/tests.py
@@ -38,7 +38,7 @@ class test_asterisk_scf:
start_time = time.time()
- self.passed = uni_make(None, None, 'test') == 0
+ self.passed = uni_make(None, None, 'test')
self.total_time = time.time() - start_time
-----------------------------------------------------------------------
--
asterisk-scf/release/testsuite.git
More information about the asterisk-scf-commits
mailing list