File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,20 @@ For individual accounts, <reponame> is your github account name.
30
30
## To run all the tests on a single OS
31
31
32
32
1 . Start ` pebble ` and ` challtestsrv ` using ``` docker-compose up -d --build ```
33
- 2 . Run the test suite ``` run-test.sh [<os>] ```
34
- 3 . eg. ` run-test.sh ubuntu16 `
33
+ 2 . Run the test suite ``` test/ run-test.sh [<os>]```
34
+ 3 . eg. ` test/ run-test.sh ubuntu16`
35
35
36
36
## To run a single bats test on a single OS
37
37
38
38
1 . Start ` pebble ` and ` challtestsrv ` using ``` docker-compose up -d --build ```
39
- 2 . ``` run-test.sh <os> bats <bats test script> ```
40
- 3 . e.g. ` run-test.sh ubuntu bats /getssl/test/1-simple-http01.bats `
39
+ 2 . ``` test/ run-test.sh <os> bats <bats test script>```
40
+ 3 . e.g. ` test/ run-test.sh ubuntu bats /getssl/test/1-simple-http01.bats`
41
41
42
42
## To debug a test
43
43
44
44
1 . Start ` pebble ` and ` challtestsrv ` using ``` docker-compose up -d --build ```
45
45
2 . ``` run-test.sh <os> /getssl/test/debug-test.sh <getssl config file> ```
46
- 3 . e.g. ` run-test.sh ubuntu /getssl/test/debug-test.sh -d /getssl/test/test-config/getssl-http01-cfg `
46
+ 3 . e.g. ` test/ run-test.sh ubuntu /getssl/test/debug-test.sh -d /getssl/test/test-config/getssl-http01-cfg`
47
47
48
48
## TODO
49
49
You can’t perform that action at this time.
0 commit comments