From 6baae828cd6a36407aa99ad42e453070f2260a3e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 12 Nov 2019 18:02:13 +0100 Subject: [PATCH] reproducible OpenWrt: make job output easier to read and understand Signed-off-by: Holger Levsen --- bin/reproducible_openwrt.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 1155b78e..6cf61792 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -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 -- GitLab