+debugging of __cdist_object_run

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-07 10:09:19 +02:00
parent c3bf34bf3d
commit bd85d22a89

View file

@ -57,9 +57,12 @@ __cdist_object_run()
done
fi
__cdist_echo debug "Before gencode"
__cdist_object_gencode_run "$__cdist_object_self"
__cdist_echo debug "Before push"
__cdist_dir push "$(__cdist_object_dir "$__cdist_object_self")" \
"$(__cdist_remote_object_dir "$__cdist_object_self")"
__cdist_echo debug "Before run"
__cdist_object_code_run "$__cdist_object_self"
# Mark this object as done