Skip to content

Commit

Permalink
test(gradle): stop mocking the file system (#5826)
Browse files Browse the repository at this point in the history
  • Loading branch information
jGleitz committed Apr 3, 2020
1 parent ff9c43c commit a323cf0
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 100 deletions.
6 changes: 3 additions & 3 deletions lib/manager/gradle/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Array [
"NO_PROXY": "localhost",
"PATH": "/tmp/path",
},
"timeout": 900000,
"timeout": 60000,
},
},
]
Expand Down Expand Up @@ -589,7 +589,7 @@ Array [
"NO_PROXY": "localhost",
"PATH": "/tmp/path",
},
"timeout": 900000,
"timeout": 60000,
},
},
]
Expand All @@ -610,7 +610,7 @@ Array [
},
},
Object {
"cmd": "docker run --rm --name=renovate_gradle --label=renovate_child -v \\"localDir\\":\\"localDir\\" -w \\"localDir\\" renovate/gradle bash -l -c \\"./gradlew --init-script renovate-plugin.gradle renovate\\"",
"cmd": "docker run --rm --name=renovate_gradle --label=renovate_child -v \\"localDir\\":\\"localDir\\" -w \\"localDir\\" renovate/gradle bash -l -c \\"gradle --init-script renovate-plugin.gradle renovate\\"",
"options": Object {
"cwd": "localDir",
"encoding": "utf-8",
Expand Down

0 comments on commit a323cf0

Please sign in to comment.