Re-enable lintian packaging test (#60698)
It appears the odd permission problems of NOTICE and the lintian overrides file have disappeared, probably through further build cleanup. This commit re-enables the lintian tests. closes #58730
This commit is contained in:
parent
2f76c48ea7
commit
b883c17990
|
@ -37,7 +37,6 @@ public class DebMetadataTests extends PackagingTestCase {
|
||||||
assumeTrue("only deb", distribution.packaging == Distribution.Packaging.DEB);
|
assumeTrue("only deb", distribution.packaging == Distribution.Packaging.DEB);
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58730")
|
|
||||||
public void test05CheckLintian() {
|
public void test05CheckLintian() {
|
||||||
String extraArgs = "";
|
String extraArgs = "";
|
||||||
if (sh.run("lintian --help").stdout.contains("fail-on-warnings")) {
|
if (sh.run("lintian --help").stdout.contains("fail-on-warnings")) {
|
||||||
|
|
Loading…
Reference in New Issue