1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00

verbosity

This commit is contained in:
deadc0de6
2023-01-18 07:19:48 +01:00
parent 835810524c
commit 0162d194dc

4
tests.sh vendored
View File

@@ -17,9 +17,11 @@ fi
cur=`dirname $(${rl} "${0}")`
# test syntax
echo "checking syntax..."
${cur}/test-syntax.sh
# test doc
echo "checking documentation..."
${cur}/test-doc.sh
workers=${DOTDROP_WORKERS}
@@ -29,6 +31,7 @@ if [ ! -z ${workers} ]; then
fi
# execute tests with coverage
echo "unit tests..."
if [ -z ${GITHUB_WORKFLOW} ]; then
## local
export COVERAGE_FILE=
@@ -52,6 +55,7 @@ if [ ! -z ${workers} ]; then
fi
# run bash tests
echo "nextgen tests..."
export DOTDROP_DEBUG="yes"
unset DOTDROP_FORCE_NODEBUG
workdir_tmp_exists="no"