build-farm 303: Fix the return status of the distcheck action

31 Aug
2006
31 Aug
'06
9:27 a.m.
2006-08-31 Roland Levillain <roland@lrde.epita.fr> Fix the return status of the distcheck action. * buildfarm_worker/build_test.fns (action_distcheck): Fix the return status. Index: buildfarm_worker/build_test.fns =================================================================== --- buildfarm_worker/build_test.fns (revision 302) +++ buildfarm_worker/build_test.fns (revision 303) @@ -390,8 +390,9 @@ [ "x$distcheck_config" = x ] && \ export DISTCHECK_CONFIGURE_FLAGS="$distcheck_config" do_make distcheck + distcheck_status=$? unset DISTCHECK_CONFIGURE_FLAGS - return $? + return $distcheck_status } ###########################
6932
Age (days ago)
6932
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain