Commit 6baae828 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible OpenWrt: make job output easier to read and understand



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 14b9eb29
......@@ -465,7 +465,11 @@ case $1 in
node_create_tmpdirs |\
node_debug |\
node_save_logs |\
node_cleanup_tmpdirs) ;; # this is the allowed list
node_cleanup_tmpdirs) # this is the allowed list
echo "####"
echo "#### $1"
echo "####"
;;
*)
echo "Unsupported remote node function $*"
exit 1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment