Skip to content

Commit

Permalink
Remove test for content changes
Browse files Browse the repository at this point in the history
This is failing every build on master and it fails pretty much every
pull request. I'm happy to create Change entries before release and this
is making my day way longer than it has to be.
  • Loading branch information
oalders committed Jan 27, 2024
1 parent 18e7f93 commit 3ccaed9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ xt_mode = 1
; [Test::NoTabs] ; TODO
; [Test::EOL] ; TODO
[MetaTests]
[Test::ChangesHasContent]
[Substitute]
file = xt/release/changes_has_content.t
code = s{^(note 'Checking Changes')}{if \(\(\$ENV\{TRAVIS_PULL_REQUEST\} \|\| '') eq 'false'\) \{\n chomp\(my \$branch_name = \(\$ENV\{TRAVIS_BRANCH\} || \`git rev-parse --abbrev-ref HEAD\`\)\);\n \$TODO = 'Changes need not have content for this release yet if this is only the master branch'\n if \(\$branch_name \|\| ''\) eq 'master';\n\}\n\n$1}
[Test::MinimumVersion]
[PodSyntaxTests]

Expand Down

0 comments on commit 3ccaed9

Please sign in to comment.