[SCM] build.samba.org - branch master updated

Matthieu Patou mat at samba.org
Thu Nov 11 17:17:11 MST 2010


The branch, master has been updated
       via  c1e3f3d print the return code value as it can help debug
      from  ed1f580 Test upload_build.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c1e3f3d482138c9671d56e0ed11733dad7ac69e7
Author: Matthieu Patou <mat at matws.net>
Date:   Fri Nov 12 03:17:47 2010 +0300

    print the return code value as it can help debug

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

Summary of changes:
 build_test.fns |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/build_test.fns b/build_test.fns
index 7ed0ed0..b5cb715 100644
--- a/build_test.fns
+++ b/build_test.fns
@@ -781,6 +781,7 @@ test_tree() {
 
 			if [ $action_status != 0 ]; then
 				echo "ACTION FAILED: $action";
+				echo " return code $action_status $action";
 			else
 				echo "ACTION PASSED: $action";
 			fi


-- 
build.samba.org


More information about the samba-cvs mailing list