Fix bugged implementation

This commit is contained in:
jola5
2017-01-29 10:38:39 +01:00
parent edffa24658
commit 970b1a424a
4 changed files with 38 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
ERROR: Configured rootDir '/rootDir/does/not/exist' is inaccessible, check access rights
ERROR: Configured rootDir '/root' is inaccessible, check access rights
+4 -1
View File
@@ -19,7 +19,10 @@ class RootDirInaccessible(BaseTest):
"""
fixtureDB = False
fixturePool = False
configOverride = { "rootDir": "/rootDir/does/not/exist" }
configOverride = {
"rootDir": "/root" # any directory that exists but is not writable
}
runCmd = "aptly serve -listen=127.0.0.1:8765"
def run(self):