Skip to content

Commit 0c4e895

Browse files
chore(jenkins): improve echo messaging
1 parent 942e710 commit 0c4e895

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

scripts/test-versions.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ for VERSION in "${VERSIONS[@]}"; do
5050
node ./node_modules/gulp/bin/gulp.js karma --config=config/karma-ci.conf.js --reporters='dots' --browsers=$BROWSERS
5151
LAST_EXIT_CODE=$?
5252

53-
echo "######################################################################"
54-
echo "####### Finished: ngM1 + AngularJS (${VERSION}) #######"
55-
echo "######################################################################"
53+
echo "\n"
54+
echo "......................................................................"
55+
echo "....... Finished: ngM1 + AngularJS (${VERSION}) ............."
56+
echo "......................................................................"
57+
echo "\n"
5658

5759
if [ $LAST_EXIT_CODE != "0" ]; then
5860
echo "STATUS: FAILED"

0 commit comments

Comments
 (0)