forked from TrueCloudLab/restic
Remove integration test for manpage
This commit is contained in:
parent
4de938d97a
commit
77c07bfd19
2 changed files with 1 additions and 15 deletions
|
@ -129,13 +129,7 @@ down to the following steps:
|
||||||
next stable release. While writing, ask yourself: If I were the user, what
|
next stable release. While writing, ask yourself: If I were the user, what
|
||||||
would I need to be aware of with this change.
|
would I need to be aware of with this change.
|
||||||
|
|
||||||
8. When your contribution adds and/or changes command-line parameters or help
|
8. Once your code looks good and passes all the tests, we'll merge it. Thanks
|
||||||
texts, the manual pages need to be regenerated and commited to the
|
|
||||||
repository. In order to do this, compile restic and save the generated
|
|
||||||
updated man pages in the subdir `doc/man` with the following command:
|
|
||||||
`./restic manpage --output-dir doc/man`
|
|
||||||
|
|
||||||
9. Once your code looks good and passes all the tests, we'll merge it. Thanks
|
|
||||||
a lot for your contribution!
|
a lot for your contribution!
|
||||||
|
|
||||||
Please provide the patches for each bug or feature in a separate branch and
|
Please provide the patches for each bug or feature in a separate branch and
|
||||||
|
|
|
@ -280,14 +280,6 @@ func (env *TravisEnvironment) RunTests() error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := run("./restic", "manpage", "--output-dir", manpath); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
if err := run("diff", "-aur", filepath.Join("doc/man"), manpath); err != nil {
|
|
||||||
return fmt.Errorf("========== man pages are not up to date\nplease run `restic manpage --output-dir doc/man`\n%v", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue