From c219f0a0e6ad5afa2fb80b6f94d307a6c7cc0055 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Thu, 7 Apr 2016 02:54:30 +0000 Subject: [PATCH] shorter output --- urchin | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/urchin b/urchin index b817816..90de913 100755 --- a/urchin +++ b/urchin @@ -584,6 +584,7 @@ main() { cycle_shell=true shell_list="${urchin_tmp}"/shell_list test_arg_list="${urchin_tmp}"/test_list + > "${test_arg_list}" run_in_series=false force=false exit_on_not_ok=false @@ -687,8 +688,9 @@ main() { fi if $print_margins; then - echo Cycling with the following shells: - cat "${shell_list}" + printf 'Cycling with the following shells: ' + cat "${shell_list}" | tr '\n' \ + echo fi if test -n "${urchin_timeout}"; then