mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-01 13:52:46 +00:00
Fix testfile path hardcoded in show-expected-fail-tests.sh (#719)
Signed-off-by: Alex Chen <minecnly@gmail.com>
This commit is contained in:
parent
b88112b05d
commit
7792f12e6f
2 changed files with 18 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue