summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-18 09:30:29 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-18 09:30:29 +0200
commitdab2e659dfa049a320c704fd5f67b9255152c4ee (patch)
tree8317ff3b46960391abca4155467fb8f8db1688e4
parent5291b261fea858e98d3d2396336dd5c916a339b3 (diff)
downloadick-helpers-dab2e659dfa049a320c704fd5f67b9255152c4ee.tar.gz
reduce build log spam by not running find
-rw-r--r--ick_helpers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ick_helpers.py b/ick_helpers.py
index 533f7c1..c46c6fb 100644
--- a/ick_helpers.py
+++ b/ick_helpers.py
@@ -283,7 +283,6 @@ class DebianCIBuilder(DebianBuilderBase):
self.set_distribution(version, distribution)
- self.ex.run("find", "-ls", check=True)
self.create_dsc()
self.build_deb()