diff options
author | Alex Chen <Cnly@users.noreply.github.com> | 2019-06-25 18:50:19 +0800 |
---|---|---|
committer | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-06-25 11:50:19 +0100 |
commit | 7792f12e6f6c0327d4a38cb1f6b879c3acf38f57 (patch) | |
tree | d3e38dac668346ecbd121c906d1f91a95c4d8eb0 /docs | |
parent | b88112b05db9da292d39b165f91b9af293c88500 (diff) |
Fix testfile path hardcoded in show-expected-fail-tests.sh (#719)
Signed-off-by: Alex Chen <minecnly@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sytest.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sytest.md b/docs/sytest.md index 99987fea..e936dc49 100644 --- a/docs/sytest.md +++ b/docs/sytest.md @@ -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. |