[Pkg-swan-devel] [Git][debian/strongswan][ci-testing] another syntax for makefile conditionals
Yves-Alexis Perez
gitlab at salsa.debian.org
Sat Oct 5 18:08:58 BST 2019
Yves-Alexis Perez pushed to branch ci-testing at Debian / strongswan
Commits:
b30ffd71 by Yves-Alexis Perez at 2019-10-05T17:08:46Z
another syntax for makefile conditionals
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -243,7 +243,8 @@ override_dh_installlogcheck:
override_dh_auto_test:
ifeq ($(DEB_BUILD_ARCH),amd64)
printenv
-ifeq ($(DEBFULLNAME),"Salsa Pipeline")
+ifeq $(DEBFULLNAME) "Salsa Pipeline"
+ echo $(DEBFULLNAME)
export TESTS_SUITES_EXCLUDE="http fetcher"
endif
dh_auto_test
View it on GitLab: https://salsa.debian.org/debian/strongswan/commit/b30ffd71bd8be7d3875cfa2d5559814dd363eb66
--
View it on GitLab: https://salsa.debian.org/debian/strongswan/commit/b30ffd71bd8be7d3875cfa2d5559814dd363eb66
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-swan-devel/attachments/20191005/1009e038/attachment-0001.html>
More information about the Pkg-swan-devel
mailing list