Skip to content

Commit ceee370

Browse files
committedFeb 16, 2018
debian nightlies: ignore dash submission errors
1 parent 3836cd3 commit ceee370

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎debian/rules

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,9 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
241241
LD_LIBRARY_PATH=$(CURDIR)/$(QGIS_BUILDDIR)/output/lib:$(LD_LIBRARY_PATH) \
242242
PATH=/usr/sbin:$(PATH) \
243243
$(TESTMAKE) -C $(QGIS_BUILDDIR) $(DEB_TEST_TARGET)Test || touch $(QGIS_BUILDDIR)/.error
244-
$(TESTMAKE) -C $(QGIS_BUILDDIR) $(DEB_TEST_TARGET)Submit
245-
# but ignore the outcome for now
244+
# ignore submission errors
245+
-$(TESTMAKE) -C $(QGIS_BUILDDIR) $(DEB_TEST_TARGET)Submit
246+
# ignore the test outcome for now
246247
# ! [ -f $(QGIS_BUILDDIR)/.error ]
247248
else
248249
@echo Skipping tests.

0 commit comments

Comments
 (0)
Please sign in to comment.