1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00

QA: redirect command output to test output file

This commit is contained in:
downtownallday 2024-04-03 12:46:05 -04:00
parent 11e69f53a0
commit 03e70941f5

View File

@ -28,7 +28,7 @@
#
is_configured() {
. /etc/mailinabox_mods.conf
. /etc/mailinabox_mods.conf 2>>$TEST_OF
if [ $? -ne 0 -o -z "$NC_HOST" ]; then
return 1
fi
@ -211,7 +211,3 @@ test_web_config
test_nextcloud_contacts
suite_end mgmt_end