mirror of
https://github.com/deajan/obackup.git
synced 2025-01-12 15:13:53 +01:00
Removed debug env
This commit is contained in:
parent
121d78d8aa
commit
83aed0fe20
@ -716,7 +716,7 @@ function test_missing_databases () {
|
|||||||
SetConfFileValue "$CONF_DIR/$i" "SQL_BACKUP" "yes"
|
SetConfFileValue "$CONF_DIR/$i" "SQL_BACKUP" "yes"
|
||||||
SetConfFileValue "$CONF_DIR/$i" "FILE_BACKUP" "no"
|
SetConfFileValue "$CONF_DIR/$i" "FILE_BACKUP" "no"
|
||||||
|
|
||||||
_DEBUG=yes REMOTE_HOST=$RHOST_PING ./$OBACKUP_EXECUTABLE "$CONF_DIR/$i" --verbose
|
REMOTE_HOST=$RHOST_PING ./$OBACKUP_EXECUTABLE "$CONF_DIR/$i"
|
||||||
assertEquals "Missing databases should trigger error with [$i]" "1" $?
|
assertEquals "Missing databases should trigger error with [$i]" "1" $?
|
||||||
|
|
||||||
SetConfFileValue "$CONF_DIR/$i" "DATABASES_ALL" "yes"
|
SetConfFileValue "$CONF_DIR/$i" "DATABASES_ALL" "yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user