Skip to content

Commit c5a39d4

Browse files
authored
Merge pull request #7 from OpenTechStrategies/3-nested-folders
Improve notes for nested tests
2 parents a27a18b + 57e751a commit c5a39d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Run `./upload-test.py test-tree/special-files/large --remote-dir=large-files --l
140140

141141
#### Nested folders/files
142142

143-
##### Uploading
143+
##### Nested uploads
144144

145145
We have a default nest of folders that goes down 4 levels.
146146

@@ -163,15 +163,15 @@ test-tree/misc/nested/
163163

164164
To test a nest with more levels, simply paste a nested folder structure inside `test-tree/misc/nested` or manually create more folder levels in the existing nest.
165165

166-
##### Downloading
166+
##### Nested downloads
167167

168168
*The steps in the upload section above must be completed before this step*
169169

170170
Run
171171

172172
`./test-download.py --remote=prod --archive-path="/archives/rclone QA 1 (0a21-0000)/My Files/" --remote-dir=nested`
173173

174-
Check downloads folder in `test-tree/downloads` and ensure `downloads/nested` that results looks like the structured previous uploaded in the nested folder upload tests above.
174+
Check the downloads folder in `test-tree/downloads` and ensure that the `downloads/nested` directory has a structure like the nested directory uploaded in the [nested uploads test](#nested-uploads).
175175

176176

177177
### What file types and scenarios are left out?

0 commit comments

Comments
 (0)