mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
CI: Return error when calens fails
This commit is contained in:
parent
5d09fca6a2
commit
f31bbcf1a9
@ -282,7 +282,7 @@ func (env *TravisEnvironment) RunTests() error {
|
||||
|
||||
// check that the entries in changelog/ are valid
|
||||
if err := run("calens"); err != nil {
|
||||
fmt.Fprintf(os.Stderr, "calens failed, files in changelog/ are not valid\n")
|
||||
return errors.New("calens failed, files in changelog/ are not valid")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user