diff options
author | Gavin Howard <yzena.tech@gmail.com> | 2018-12-27 12:33:50 -0700 |
---|---|---|
committer | Gavin Howard <yzena.tech@gmail.com> | 2018-12-27 12:33:50 -0700 |
commit | bb7203f874f51f80be21b619cc1438f0daf9434e (patch) | |
tree | 5c3eb5144427a4e145514439aac7f15f3f073949 /tests/all.sh | |
parent | 233cf1dc08b44735c3714cff15cc97c381b29fab (diff) | |
download | platform_external_bc-bb7203f874f51f80be21b619cc1438f0daf9434e.tar.gz platform_external_bc-bb7203f874f51f80be21b619cc1438f0daf9434e.tar.bz2 platform_external_bc-bb7203f874f51f80be21b619cc1438f0daf9434e.zip |
Tweak the make test output even more
Diffstat (limited to 'tests/all.sh')
-rwxr-xr-x | tests/all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.sh b/tests/all.sh index 2ea5d89c..1a0e3974 100755 --- a/tests/all.sh +++ b/tests/all.sh @@ -36,7 +36,7 @@ else fi stars="***********************************************************************" -printf '\n%s\n' "$stars" +printf '%s\n' "$stars" if [ "$d" = "bc" ]; then |