aspnet / Wave

Cross-platform tools for running perf and stress tests
Other
21 stars 17 forks source link

Remove need to special case cwd for setenv #20

Closed sajayantony closed 8 years ago

sajayantony commented 8 years ago

All options would be specified as follows under the options property.

{
    "command": "setenv",
    "options" " {
        "env": {
             "Test": "TestValue"
            },   
        "logdir": "X:/logoutputpath",
        "cwd" : "/mnt/logs"
    } 
}