small Dockerfiles improvements

remove a debug log from httpd_test
This commit is contained in:
Nicola Murino
2019-12-27 23:54:45 +01:00
parent ae094d3479
commit e5770af2fa
3 changed files with 2 additions and 3 deletions

View File

@@ -81,7 +81,6 @@ func TestMain(m *testing.M) {
httpdConf.BackupsPath = "test_backups"
currentPath, _ := os.Getwd()
backupsPath = filepath.Join(currentPath, "..", httpdConf.BackupsPath)
logger.DebugToConsole("aaa: %v", backupsPath)
os.MkdirAll(backupsPath, 0777)
sftpd.SetDataProvider(dataProvider)