aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-22 11:40:52 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-22 12:06:06 +0100
commiteea4a2f6376c32ea2e879d0227bfdaf4078cf44a (patch)
tree3ee5a0bde5a4b9caaac61595eb0bc59375817fc4
parent867b6de1170369dd3d7a33eeb711179bccba7c9c (diff)
repo-install-test: print successful test msg
-rwxr-xr-xscripts/repo-install-test/run-inside-docker.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh
index f7d1449..dddad30 100755
--- a/scripts/repo-install-test/run-inside-docker.sh
+++ b/scripts/repo-install-test/run-inside-docker.sh
@@ -361,4 +361,10 @@ for test in $TESTS; do
exit 1
;;
esac
+
+ set +x
+ echo
+ echo "### Test successful: $test ###"
+ echo
+ set -x
done