Fix testfile path hardcoded in show-expected-fail-tests.sh (#719)

Signed-off-by: Alex Chen <minecnly@gmail.com>
This commit is contained in:
Alex Chen 2019-06-25 18:50:19 +08:00 committed by Andrew Morgan
parent b88112b05d
commit 7792f12e6f
2 changed files with 18 additions and 3 deletions

View file

@ -59,7 +59,7 @@ Once the tests are complete, run the helper script to see if you need to add
any newly passing test names to `testfile` in the project's root directory:
```sh
../dendrite/show-expected-fail-tests.sh results.tap
../dendrite/show-expected-fail-tests.sh results.tap ../dendrite/testfile
```
If the script prints nothing/exits with 0, then you're good to go.