Minio conf + tests refactoring (#680)

* cleanup tests and change minio port

* fix cleanup

* cleanup

* fix config test

* add comment to travis

* revert to generic minio addr

* fix test

* switch to test config

* adapt timeouts

* use example config

* fix test... again

* add new lines
This commit is contained in:
marpio
2018-09-20 21:31:21 +02:00
committed by GitHub
parent 5449649420
commit 29b6b6ffab
17 changed files with 114 additions and 167 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
$repoDir = Join-Path $PSScriptRoot ".." | Join-Path -ChildPath ".."
if (-not (Join-Path $repoDir config.toml | Test-Path)) {
$example = Join-Path $repoDir config.example.toml
$example = Join-Path $repoDir config.test.toml
$target = Join-Path $repoDir config.toml
Copy-Item $example $target
}