Test: Added detail env var to sum.sh, Changed make test to include detailed test

This commit is contained in:
Olof hagsand 2022-07-21 08:26:49 +02:00
parent 42efb59a75
commit e724dd7f40
5 changed files with 34 additions and 7 deletions

View file

@ -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