30 lines
688 B
Diff
30 lines
688 B
Diff
From 69e99e644a0a3e5cb57b87f5be56e00cd00a252b Mon Sep 17 00:00:00 2001
|
|
From: lingsheng <lingsheng@huawei.com>
|
|
Date: Wed, 30 Jun 2021 16:30:00 +0800
|
|
Subject: [PATCH] Add ignore files to fix test fail
|
|
|
|
---
|
|
t/03_no_index.t | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/t/03_no_index.t b/t/03_no_index.t
|
|
index be0a3bb..c5cfae5 100644
|
|
--- a/t/03_no_index.t
|
|
+++ b/t/03_no_index.t
|
|
@@ -36,6 +36,12 @@ SCOPE: {
|
|
pm_to_blib
|
|
MYMETA.yml
|
|
MYMETA.json
|
|
+ debugfiles.list
|
|
+ debuglinks.list
|
|
+ debugsourcefiles.list
|
|
+ debugsources.list
|
|
+ elfbins.list
|
|
+ filelist.lst
|
|
};
|
|
my @files = sort grep {
|
|
! /^debian\b/
|
|
--
|
|
2.23.0
|
|
|