mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 11:34:17 +00:00
verbosity
This commit is contained in:
4
tests.sh
vendored
4
tests.sh
vendored
@@ -17,9 +17,11 @@ fi
|
|||||||
cur=`dirname $(${rl} "${0}")`
|
cur=`dirname $(${rl} "${0}")`
|
||||||
|
|
||||||
# test syntax
|
# test syntax
|
||||||
|
echo "checking syntax..."
|
||||||
${cur}/test-syntax.sh
|
${cur}/test-syntax.sh
|
||||||
|
|
||||||
# test doc
|
# test doc
|
||||||
|
echo "checking documentation..."
|
||||||
${cur}/test-doc.sh
|
${cur}/test-doc.sh
|
||||||
|
|
||||||
workers=${DOTDROP_WORKERS}
|
workers=${DOTDROP_WORKERS}
|
||||||
@@ -29,6 +31,7 @@ if [ ! -z ${workers} ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# execute tests with coverage
|
# execute tests with coverage
|
||||||
|
echo "unit tests..."
|
||||||
if [ -z ${GITHUB_WORKFLOW} ]; then
|
if [ -z ${GITHUB_WORKFLOW} ]; then
|
||||||
## local
|
## local
|
||||||
export COVERAGE_FILE=
|
export COVERAGE_FILE=
|
||||||
@@ -52,6 +55,7 @@ if [ ! -z ${workers} ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# run bash tests
|
# run bash tests
|
||||||
|
echo "nextgen tests..."
|
||||||
export DOTDROP_DEBUG="yes"
|
export DOTDROP_DEBUG="yes"
|
||||||
unset DOTDROP_FORCE_NODEBUG
|
unset DOTDROP_FORCE_NODEBUG
|
||||||
workdir_tmp_exists="no"
|
workdir_tmp_exists="no"
|
||||||
|
|||||||
Reference in New Issue
Block a user