Test: Added detail env var to sum.sh, Changed make test to include detailed test
This commit is contained in:
parent
42efb59a75
commit
e724dd7f40
5 changed files with 34 additions and 7 deletions
|
|
@ -312,6 +312,7 @@ if $NGINXCHECK; then
|
|||
fi # systemctl
|
||||
fi
|
||||
|
||||
# Temp directory where all tests write their data to
|
||||
dir=/var/tmp/$0
|
||||
if [ ! -d $dir ]; then
|
||||
mkdir $dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue