Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Storage/RegressionTests/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Before running the tests:
# Before running the tests:
1. Create a directory called "data" under directory "RegressionTests" and create files with following names and sizes:
| File Name | Size |
|--------------------|---------|
Expand All @@ -12,7 +12,7 @@
2. Create a directoy called "created" under directory "RegressionTests"
3. Fill in the placeholders in config_template.xml and change its name to config.xml

#To run the tests line by line:
# To run the tests line by line:

1. If using local builds of the modules, import Az.Accounts and Az.Storage with the following commands:
Import-Module {path to azure-powershell}\azure-powershell\artifacts\Debug\Az.Accounts\Az.Accounts.psd1
Expand Down