From 7c635fe498b2c7d158a44ceaa525fe7317adb079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 30 Mar 2016 23:33:27 +0200 Subject: Removing configuration files and more Such small application doesn't requires configuration files. Originally intended for more expansion, but now those features are developed separately. This is not indented as simple SystemD friendly wrapper simple as possible. --- tests/prepare.sh | 3 --- tests/t_codingstandard.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/prepare.sh b/tests/prepare.sh index 89982c3..17e466d 100755 --- a/tests/prepare.sh +++ b/tests/prepare.sh @@ -4,9 +4,6 @@ if [[ "$(basename -- "$0")" = "prepare.sh" ]]; then exit 1 fi -# Write basic configuration -cp ../example.conf mcwrapper.conf - if [[ $PREPARED != "y" ]]; then # Move to known directory cd "$( readlink -f "${BASH_SOURCE[0]}" )" diff --git a/tests/t_codingstandard.sh b/tests/t_codingstandard.sh index 4daba17..1b472b4 100755 --- a/tests/t_codingstandard.sh +++ b/tests/t_codingstandard.sh @@ -21,4 +21,4 @@ fi # This test is not part of standard check because of errors caused by dynamic variable # loading to configuration. But it should be run from time to time to found other mistakes #echo "Checking bugs and poor quality" -#pylint --msg-template="{line}: [{msg_id}({symbol}), {obj}] {msg}" --reports=n ../mcwrapper +#pylint --reports=n ../mcwrapper -- cgit v1.2.3