better output
This commit is contained in:
parent
131641e14a
commit
edd2c3e6c7
@ -8,7 +8,7 @@ function g_runcmd {
|
|||||||
|
|
||||||
if ! [ $g_runcmd_exitcode -eq 0 ]
|
if ! [ $g_runcmd_exitcode -eq 0 ]
|
||||||
then
|
then
|
||||||
g_echo_error "# $@
|
g_echo_error "${FUNCNAME} $@
|
||||||
$(cat $g_tmp/g_runcmd-output)"
|
$(cat $g_tmp/g_runcmd-output)"
|
||||||
fi
|
fi
|
||||||
return $g_runcmd_exitcode
|
return $g_runcmd_exitcode
|
||||||
|
Loading…
Reference in New Issue
Block a user