mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-08 22:37:23 +02:00
QA: redirect command output to test output file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user