From d50f8e162b8e2d18ea4cbfb56a3b939019bc8eed Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 15 Nov 2018 18:27:33 +0100 Subject: [PATCH] tests verbosity --- tests-ng/actions-args.sh | 2 +- tests-ng/actions-pre.sh | 2 +- tests-ng/actions.sh | 2 +- tests-ng/compare-ignore.sh | 2 +- tests-ng/compare.sh | 2 +- tests-ng/dir-import-update.sh | 2 +- tests-ng/duplicate-key.sh | 2 +- tests-ng/header.sh | 2 +- tests-ng/include.sh | 2 +- tests-ng/link-templates-dir.sh | 2 +- tests-ng/link-templates.sh | 2 +- tests-ng/transformations.sh | 2 +- tests-ng/update-with-key.sh | 2 +- tests-ng/update.sh | 2 +- tests-ng/variables.sh | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tests-ng/actions-args.sh b/tests-ng/actions-args.sh index a02eda1..571c885 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/actions-pre.sh b/tests-ng/actions-pre.sh index 79a3ced..861f734 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/actions.sh b/tests-ng/actions.sh index 2e59d4c..8389824 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/compare-ignore.sh b/tests-ng/compare-ignore.sh index 5db6c2a..5709f02 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/compare.sh b/tests-ng/compare.sh index 86b4a85..3f76525 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/dir-import-update.sh b/tests-ng/dir-import-update.sh index 2e5d62b..8e8a0f6 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/duplicate-key.sh b/tests-ng/duplicate-key.sh index 3d0226f..f9fe41a 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/header.sh b/tests-ng/header.sh index efeb1d3..66c245d 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/include.sh b/tests-ng/include.sh index cb334ba..2523ec1 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/link-templates-dir.sh b/tests-ng/link-templates-dir.sh index 2a4ab2e..6909f89 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/link-templates.sh b/tests-ng/link-templates.sh index 36e3e2f..3945fa8 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/transformations.sh b/tests-ng/transformations.sh index b5386d8..7fbd005 100755 --- a/tests-ng/transformations.sh +++ b/tests-ng/transformations.sh @@ -40,7 +40,7 @@ echo "pythonpath: ${PYTHONPATH}" # get the helpers source ${cur}/helpers -echo "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/update-with-key.sh b/tests-ng/update-with-key.sh index 8d67061..fb2c5fd 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/update.sh b/tests-ng/update.sh index 4d5c190..8e8495a 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test diff --git a/tests-ng/variables.sh b/tests-ng/variables.sh index 8b6f7b4..27819ef 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 "RUNNING $(basename $BASH_SOURCE)" +echo -e "\e[96m\e[1m==> RUNNING $(basename $BASH_SOURCE) <==\e[0m" ################################################################ # this is the test