Skip to content

Commit 75e2a15

Browse files
committed
Fix minor errors in instructions
1 parent 5c962a7 commit 75e2a15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/README-Testing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ For individual accounts, <reponame> is your github account name.
3030
## To run all the tests on a single OS
3131

3232
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`
3535

3636
## To run a single bats test on a single OS
3737

3838
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`
4141

4242
## To debug a test
4343

4444
1. Start `pebble` and `challtestsrv` using ```docker-compose up -d --build```
4545
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`
4747

4848
## TODO
4949

0 commit comments

Comments
 (0)