Commit 522143f 1 parent 92cc12e commit 522143f Copy full SHA for 522143f
File tree 2 files changed +12
-8
lines changed
Solutions/Corvus.Json.Specs
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"jsonSchemaBuilderDriverSettings" : {
3
- "remotesBaseDirectory" : " ..\\ .. \\ .. \\ .. \\ .. \\ JSON-Schema-Test-Suite\\ remotes\\ "
3
+ "remotesBaseDirectory" : " ../../../../../ JSON-Schema-Test-Suite/ remotes/ "
4
4
},
5
5
"jsonSchemaBuilder201909DriverSettings" : {
6
- "testBaseDirectory" : " ..\\ .. \\ .. \\ .. \\ .. \\ JSON-Schema-Test-Suite\\ tests\\ draft2019-09"
6
+ "testBaseDirectory" : " ../../../../../ JSON-Schema-Test-Suite/ tests/ draft2019-09"
7
7
},
8
8
"jsonSchemaBuilder202012DriverSettings" : {
9
- "testBaseDirectory" : " ..\\ .. \\ .. \\ .. \\ .. \\ JSON-Schema-Test-Suite\\ tests\\ draft2020-12"
9
+ "testBaseDirectory" : " ../../../../../ JSON-Schema-Test-Suite/ tests/ draft2020-12"
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
+ // Normally you should not need an appsettings.local.json, because the appsettings.json sets each of these
3
+ // paths to use the copy of JSON-Schema-Test-Suite that is included as a submodule of this repository.
4
+ // You would only need to change these if you are using a locally-modified copy of the test suite during
5
+ // development.
2
6
"jsonSchemaBuilderDriverSettings" : {
3
- "remotesBaseDirectory" : " {Local Path To The Json Schema Test Suite}\\ JSON-Schema-Test-Suite\\ remotes\\ "
7
+ "remotesBaseDirectory" : " {Local Path To The Json Schema Test Suite}/ JSON-Schema-Test-Suite/ remotes/ "
4
8
},
5
9
"jsonSchemaBuilder201909DriverSettings" : {
6
- "testBaseDirectory" : " {Local Path To The Json Schema Test Suite}\\ JSON-Schema-Test-Suite\\ tests\\ draft2019-09" ,
7
- "benchmarkOutputPath" : " {Local Path To Benchmark outputs}\\ output\\ 201909"
10
+ "testBaseDirectory" : " {Local Path To The Json Schema Test Suite}/ JSON-Schema-Test-Suite/ tests/ draft2019-09" ,
11
+ "benchmarkOutputPath" : " {Local Path To Benchmark outputs}/ output/ 201909"
8
12
},
9
13
"jsonSchemaBuilder202012DriverSettings" : {
10
- "testBaseDirectory" : " {Local Path To The Json Schema Test Suite}\\ JSON-Schema-Test-Suite\\ tests\\ draft2020-12" ,
11
- "benchmarkOutputPath" : " {Local Path To Benchmark outputs}\\ output\\ 202012"
14
+ "testBaseDirectory" : " {Local Path To The Json Schema Test Suite}/ JSON-Schema-Test-Suite/ tests/ draft2020-12" ,
15
+ "benchmarkOutputPath" : " {Local Path To Benchmark outputs}/ output/ 202012"
12
16
}
13
17
}
You can’t perform that action at this time.
0 commit comments