From ecd27d3b60dd85fdf4e55cfe394a4b8d6f192522 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 2 Jul 2019 23:26:10 +0200 Subject: [PATCH] move to tput for colors --- tests-ng/actions-args-template.sh | 2 +- tests-ng/actions-args.sh | 2 +- tests-ng/actions-default.sh | 2 +- tests-ng/actions-pre.sh | 2 +- tests-ng/actions-template.sh | 2 +- tests-ng/actions.sh | 2 +- tests-ng/compare-ignore-relative.sh | 2 +- tests-ng/compare-ignore.sh | 2 +- tests-ng/compare.sh | 2 +- tests-ng/deprecated-link.sh | 2 +- tests-ng/dir-import-update.sh | 2 +- tests-ng/dotdrop-variables.sh | 2 +- tests-ng/dotfile-no-src.sh | 2 +- tests-ng/dotfile-sub-variables.sh | 2 +- tests-ng/dotfile-variables.sh | 2 +- tests-ng/dotfiles-all.sh | 2 +- tests-ng/dotfiles-dyn-paths.sh | 2 +- tests-ng/duplicate-key.sh | 2 +- tests-ng/dynactions.sh | 2 +- tests-ng/dyndotfilepaths.sh | 2 +- tests-ng/dynextvariables.sh | 2 +- tests-ng/dyninclude.sh | 2 +- tests-ng/dynvariables.sh | 2 +- tests-ng/ext-actions.sh | 2 +- tests-ng/extvariables.sh | 2 +- tests-ng/force-actions.sh | 2 +- tests-ng/global-compare-ignore.sh | 2 +- tests-ng/global-update-ignore.sh | 2 +- tests-ng/globs.sh | 2 +- tests-ng/header.sh | 2 +- tests-ng/ignore-empty.sh | 2 +- tests-ng/import-configs.sh | 2 +- tests-ng/import-duplicate.sh | 2 +- tests-ng/import-link-children.sh | 2 +- tests-ng/import-profile-dotfiles.sh | 2 +- tests-ng/import-subfile.sh | 2 +- tests-ng/import.sh | 2 +- tests-ng/imported-configs-variables.sh | 2 +- tests-ng/include-actions.sh | 2 +- tests-ng/include-order.sh | 2 +- tests-ng/include.sh | 2 +- tests-ng/inst-link-default.sh | 2 +- tests-ng/jhelpers.sh | 2 +- tests-ng/link-import-default.sh | 2 +- tests-ng/link-templates-dir-home.sh | 2 +- tests-ng/link-templates-dir.sh | 2 +- tests-ng/link-templates.sh | 2 +- tests-ng/link-value-tests.sh | 2 +- tests-ng/profile-actions.sh | 2 +- tests-ng/profile-dynvariables.sh | 2 +- tests-ng/recinclude.sh | 2 +- tests-ng/recvariables.sh | 2 +- tests-ng/remove.sh | 2 +- tests-ng/symlink.sh | 2 +- tests-ng/transformations.sh | 2 +- tests-ng/update-ignore-relative.sh | 2 +- tests-ng/update-ignore.sh | 2 +- tests-ng/update-templates.sh | 2 +- tests-ng/update-with-key.sh | 2 +- tests-ng/update.sh | 2 +- tests-ng/variables-include.sh | 2 +- tests-ng/variables.sh | 2 +- tests-ng/workdir.sh | 2 +- 63 files changed, 63 insertions(+), 63 deletions(-) diff --git a/tests-ng/actions-args-template.sh b/tests-ng/actions-args-template.sh index 2b03708..9a7df71 100755 --- a/tests-ng/actions-args-template.sh +++ b/tests-ng/actions-args-template.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/actions-args.sh b/tests-ng/actions-args.sh index fc1f619..b146141 100755 --- a/tests-ng/actions-args.sh +++ b/tests-ng/actions-args.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/actions-default.sh b/tests-ng/actions-default.sh index b2cd891..fc0acdb 100755 --- a/tests-ng/actions-default.sh +++ b/tests-ng/actions-default.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/actions-pre.sh b/tests-ng/actions-pre.sh index 35a777d..7b1b2ee 100755 --- a/tests-ng/actions-pre.sh +++ b/tests-ng/actions-pre.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/actions-template.sh b/tests-ng/actions-template.sh index 17db3d1..3f1a0eb 100755 --- a/tests-ng/actions-template.sh +++ b/tests-ng/actions-template.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/actions.sh b/tests-ng/actions.sh index d21ab03..b2f8f5e 100755 --- a/tests-ng/actions.sh +++ b/tests-ng/actions.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/compare-ignore-relative.sh b/tests-ng/compare-ignore-relative.sh index 8d18c22..cb48f13 100755 --- a/tests-ng/compare-ignore-relative.sh +++ b/tests-ng/compare-ignore-relative.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/compare-ignore.sh b/tests-ng/compare-ignore.sh index 14c017a..dc67b75 100755 --- a/tests-ng/compare-ignore.sh +++ b/tests-ng/compare-ignore.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/compare.sh b/tests-ng/compare.sh index 0460c91..e3d3f6e 100755 --- a/tests-ng/compare.sh +++ b/tests-ng/compare.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/deprecated-link.sh b/tests-ng/deprecated-link.sh index ad5c9c3..1cf7e12 100755 --- a/tests-ng/deprecated-link.sh +++ b/tests-ng/deprecated-link.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dir-import-update.sh b/tests-ng/dir-import-update.sh index b2f681e..9cdcd1b 100755 --- a/tests-ng/dir-import-update.sh +++ b/tests-ng/dir-import-update.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dotdrop-variables.sh b/tests-ng/dotdrop-variables.sh index 3659f5f..c9032c9 100755 --- a/tests-ng/dotdrop-variables.sh +++ b/tests-ng/dotdrop-variables.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dotfile-no-src.sh b/tests-ng/dotfile-no-src.sh index 4e3ffa3..3617cc1 100755 --- a/tests-ng/dotfile-no-src.sh +++ b/tests-ng/dotfile-no-src.sh @@ -40,7 +40,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dotfile-sub-variables.sh b/tests-ng/dotfile-sub-variables.sh index 8dda4f8..d4408c4 100755 --- a/tests-ng/dotfile-sub-variables.sh +++ b/tests-ng/dotfile-sub-variables.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dotfile-variables.sh b/tests-ng/dotfile-variables.sh index a33c98f..8bd2554 100755 --- a/tests-ng/dotfile-variables.sh +++ b/tests-ng/dotfile-variables.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dotfiles-all.sh b/tests-ng/dotfiles-all.sh index ad0c90b..7d8a39d 100755 --- a/tests-ng/dotfiles-all.sh +++ b/tests-ng/dotfiles-all.sh @@ -40,7 +40,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dotfiles-dyn-paths.sh b/tests-ng/dotfiles-dyn-paths.sh index 55cce51..d1c0f6d 100755 --- a/tests-ng/dotfiles-dyn-paths.sh +++ b/tests-ng/dotfiles-dyn-paths.sh @@ -40,7 +40,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/duplicate-key.sh b/tests-ng/duplicate-key.sh index 0470fd4..2b85a34 100755 --- a/tests-ng/duplicate-key.sh +++ b/tests-ng/duplicate-key.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dynactions.sh b/tests-ng/dynactions.sh index 98d76d4..8fb1b1b 100755 --- a/tests-ng/dynactions.sh +++ b/tests-ng/dynactions.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dyndotfilepaths.sh b/tests-ng/dyndotfilepaths.sh index e9561ef..c89ce73 100755 --- a/tests-ng/dyndotfilepaths.sh +++ b/tests-ng/dyndotfilepaths.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dynextvariables.sh b/tests-ng/dynextvariables.sh index 155b07e..2216c8c 100755 --- a/tests-ng/dynextvariables.sh +++ b/tests-ng/dynextvariables.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dyninclude.sh b/tests-ng/dyninclude.sh index f191717..300bd6e 100755 --- a/tests-ng/dyninclude.sh +++ b/tests-ng/dyninclude.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/dynvariables.sh b/tests-ng/dynvariables.sh index 2e65356..9fd432a 100755 --- a/tests-ng/dynvariables.sh +++ b/tests-ng/dynvariables.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/ext-actions.sh b/tests-ng/ext-actions.sh index 64ad359..af35f06 100755 --- a/tests-ng/ext-actions.sh +++ b/tests-ng/ext-actions.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/extvariables.sh b/tests-ng/extvariables.sh index 3c49742..4283dd0 100755 --- a/tests-ng/extvariables.sh +++ b/tests-ng/extvariables.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/force-actions.sh b/tests-ng/force-actions.sh index 363afc6..b3245bf 100755 --- a/tests-ng/force-actions.sh +++ b/tests-ng/force-actions.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/global-compare-ignore.sh b/tests-ng/global-compare-ignore.sh index 4d0b356..c77dc05 100755 --- a/tests-ng/global-compare-ignore.sh +++ b/tests-ng/global-compare-ignore.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/global-update-ignore.sh b/tests-ng/global-update-ignore.sh index 2e08c52..df7372c 100755 --- a/tests-ng/global-update-ignore.sh +++ b/tests-ng/global-update-ignore.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/globs.sh b/tests-ng/globs.sh index f8b1925..f32098c 100755 --- a/tests-ng/globs.sh +++ b/tests-ng/globs.sh @@ -42,7 +42,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/header.sh b/tests-ng/header.sh index 67a43ca..cec3cfa 100755 --- a/tests-ng/header.sh +++ b/tests-ng/header.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/ignore-empty.sh b/tests-ng/ignore-empty.sh index 4d33f12..1f9761b 100755 --- a/tests-ng/ignore-empty.sh +++ b/tests-ng/ignore-empty.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/import-configs.sh b/tests-ng/import-configs.sh index 1507e2d..f9769be 100755 --- a/tests-ng/import-configs.sh +++ b/tests-ng/import-configs.sh @@ -38,7 +38,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/import-duplicate.sh b/tests-ng/import-duplicate.sh index 47533ed..0ad30ff 100755 --- a/tests-ng/import-duplicate.sh +++ b/tests-ng/import-duplicate.sh @@ -38,7 +38,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/import-link-children.sh b/tests-ng/import-link-children.sh index 4f0885a..f3ab979 100755 --- a/tests-ng/import-link-children.sh +++ b/tests-ng/import-link-children.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/import-profile-dotfiles.sh b/tests-ng/import-profile-dotfiles.sh index 402b041..a88d76e 100755 --- a/tests-ng/import-profile-dotfiles.sh +++ b/tests-ng/import-profile-dotfiles.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/import-subfile.sh b/tests-ng/import-subfile.sh index c0746d1..e6d8cce 100755 --- a/tests-ng/import-subfile.sh +++ b/tests-ng/import-subfile.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/import.sh b/tests-ng/import.sh index 6d7c0af..de233e9 100755 --- a/tests-ng/import.sh +++ b/tests-ng/import.sh @@ -38,7 +38,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/imported-configs-variables.sh b/tests-ng/imported-configs-variables.sh index e74450f..4f9ba9f 100755 --- a/tests-ng/imported-configs-variables.sh +++ b/tests-ng/imported-configs-variables.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/include-actions.sh b/tests-ng/include-actions.sh index 6aff90d..e476dc1 100755 --- a/tests-ng/include-actions.sh +++ b/tests-ng/include-actions.sh @@ -40,7 +40,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/include-order.sh b/tests-ng/include-order.sh index eca2187..99cb96d 100755 --- a/tests-ng/include-order.sh +++ b/tests-ng/include-order.sh @@ -40,7 +40,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/include.sh b/tests-ng/include.sh index e5dd12e..fc1436a 100755 --- a/tests-ng/include.sh +++ b/tests-ng/include.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/inst-link-default.sh b/tests-ng/inst-link-default.sh index 36fb6b2..e9502c0 100755 --- a/tests-ng/inst-link-default.sh +++ b/tests-ng/inst-link-default.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/jhelpers.sh b/tests-ng/jhelpers.sh index 64e5597..da266f9 100755 --- a/tests-ng/jhelpers.sh +++ b/tests-ng/jhelpers.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/link-import-default.sh b/tests-ng/link-import-default.sh index c38e9d8..1da8243 100755 --- a/tests-ng/link-import-default.sh +++ b/tests-ng/link-import-default.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/link-templates-dir-home.sh b/tests-ng/link-templates-dir-home.sh index b734c36..7c06330 100755 --- a/tests-ng/link-templates-dir-home.sh +++ b/tests-ng/link-templates-dir-home.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/link-templates-dir.sh b/tests-ng/link-templates-dir.sh index 4401e96..f11c0f7 100755 --- a/tests-ng/link-templates-dir.sh +++ b/tests-ng/link-templates-dir.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/link-templates.sh b/tests-ng/link-templates.sh index b242530..d5aa87c 100755 --- a/tests-ng/link-templates.sh +++ b/tests-ng/link-templates.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/link-value-tests.sh b/tests-ng/link-value-tests.sh index 94669b0..1d3f938 100755 --- a/tests-ng/link-value-tests.sh +++ b/tests-ng/link-value-tests.sh @@ -40,7 +40,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/profile-actions.sh b/tests-ng/profile-actions.sh index c2c6251..ac781c8 100755 --- a/tests-ng/profile-actions.sh +++ b/tests-ng/profile-actions.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/profile-dynvariables.sh b/tests-ng/profile-dynvariables.sh index 5511e0e..6f32ce9 100755 --- a/tests-ng/profile-dynvariables.sh +++ b/tests-ng/profile-dynvariables.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/recinclude.sh b/tests-ng/recinclude.sh index fa78408..43bcd75 100755 --- a/tests-ng/recinclude.sh +++ b/tests-ng/recinclude.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/recvariables.sh b/tests-ng/recvariables.sh index 55e9a83..74e8b14 100755 --- a/tests-ng/recvariables.sh +++ b/tests-ng/recvariables.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/remove.sh b/tests-ng/remove.sh index 01d4966..aaa31f2 100755 --- a/tests-ng/remove.sh +++ b/tests-ng/remove.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/symlink.sh b/tests-ng/symlink.sh index f68dbe8..f9c46cb 100755 --- a/tests-ng/symlink.sh +++ b/tests-ng/symlink.sh @@ -38,7 +38,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/transformations.sh b/tests-ng/transformations.sh index 1b62b9b..471383b 100755 --- a/tests-ng/transformations.sh +++ b/tests-ng/transformations.sh @@ -41,7 +41,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/update-ignore-relative.sh b/tests-ng/update-ignore-relative.sh index 1dc36f1..21fdbb9 100755 --- a/tests-ng/update-ignore-relative.sh +++ b/tests-ng/update-ignore-relative.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/update-ignore.sh b/tests-ng/update-ignore.sh index 372867a..1751298 100755 --- a/tests-ng/update-ignore.sh +++ b/tests-ng/update-ignore.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/update-templates.sh b/tests-ng/update-templates.sh index 5fc20ed..02a8fea 100755 --- a/tests-ng/update-templates.sh +++ b/tests-ng/update-templates.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/update-with-key.sh b/tests-ng/update-with-key.sh index c852aa9..bdfa61b 100755 --- a/tests-ng/update-with-key.sh +++ b/tests-ng/update-with-key.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/update.sh b/tests-ng/update.sh index 45339e1..b8bcaf6 100755 --- a/tests-ng/update.sh +++ b/tests-ng/update.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/variables-include.sh b/tests-ng/variables-include.sh index b67f56d..4647190 100755 --- a/tests-ng/variables-include.sh +++ b/tests-ng/variables-include.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/variables.sh b/tests-ng/variables.sh index 5fe620d..92f453e 100755 --- a/tests-ng/variables.sh +++ b/tests-ng/variables.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test diff --git a/tests-ng/workdir.sh b/tests-ng/workdir.sh index 85954a6..9fd628c 100755 --- a/tests-ng/workdir.sh +++ b/tests-ng/workdir.sh @@ -39,7 +39,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" +echo -e "$(tput setaf 6)==> RUNNING $(basename $BASH_SOURCE) <==$(tput sgr0)" ################################################################ # this is the test