summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-04-23 16:51:32 +0200
committerThomas Haller <thaller@redhat.com>2015-04-23 16:51:33 +0200
commitced90e3677934d8182f53667ee3516cae95346f5 (patch)
tree635a5369f17783cb3326c4774a547a84ebe5571d
parent772f3686bfd9317f4bdc9f3aa58c09874f0eea2e (diff)
downloadNetworkManager-ced90e3677934d8182f53667ee3516cae95346f5.tar.gz
contrib/jenkins: update jenkins_script.sh
Enable more-asserts and more-logging in test build.
-rwxr-xr-xcontrib/rh-jenkins/jenkins_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/rh-jenkins/jenkins_script.sh b/contrib/rh-jenkins/jenkins_script.sh
index 6b982413d0..4ce6c4a152 100755
--- a/contrib/rh-jenkins/jenkins_script.sh
+++ b/contrib/rh-jenkins/jenkins_script.sh
@@ -111,7 +111,7 @@ if [[ "$OUT_OF_TREE_BUILD" == true ]]; then
mkdir _build
pushd _build
log_timestamp "out-of-tree: configure"
- ../configure --enable-maintainer-mode --prefix=$PWD/.INSTALL/ --with-dhclient=yes --with-dhcpcd=yes --with-crypto=nss --enable-more-warnings=error --enable-ppp=yes --enable-polkit=yes --with-session-tracking=systemd --with-suspend-resume=systemd --with-tests=yes --enable-tests=yes --with-valgrind=yes --enable-ifcfg-rh=yes --enable-ifupdown=yes --enable-ifnet=yes --enable-gtk-doc --enable-qt=yes --with-system-libndp=no --enable-static=libndp --enable-bluez4=no --enable-wimax=no --enable-vala=no --enable-modify-system=no
+ ../configure --enable-maintainer-mode --prefix=$PWD/.INSTALL/ --with-dhclient=yes --with-dhcpcd=yes --with-crypto=nss --enable-more-warnings=error --enable-ppp=yes --enable-polkit=yes --with-session-tracking=systemd --with-suspend-resume=systemd --with-tests=yes --enable-tests=yes --with-valgrind=yes --enable-ifcfg-rh=yes --enable-ifupdown=yes --enable-ifnet=yes --enable-gtk-doc --enable-qt=yes --with-system-libndp=no --enable-static=libndp --enable-bluez4=no --enable-wimax=no --enable-vala=no --enable-modify-system=no --enable-more-asserts --enable-more-logging
log_timestamp "out-of-tree: make"
make $MAKE_JOBS
popd
@@ -123,7 +123,7 @@ log_timestamp "build: start"
clean_all
log_timestamp "build: autogen.sh"
-./autogen.sh --enable-maintainer-mode --prefix=$PWD/.INSTALL/ --with-dhclient=yes --with-dhcpcd=yes --with-crypto=nss --enable-more-warnings=error --enable-ppp=yes --enable-polkit=yes --with-session-tracking=systemd --with-suspend-resume=systemd --with-tests=yes --enable-tests=yes --with-valgrind=no --enable-ifcfg-rh=yes --enable-ifupdown=yes --enable-ifnet=yes --enable-gtk-doc --enable-qt=yes --with-system-libndp=no --enable-static=libndp --enable-bluez4=no --enable-wimax=no --enable-vala=no --enable-modify-system=no
+./autogen.sh --enable-maintainer-mode --prefix=$PWD/.INSTALL/ --with-dhclient=yes --with-dhcpcd=yes --with-crypto=nss --enable-more-warnings=error --enable-ppp=yes --enable-polkit=yes --with-session-tracking=systemd --with-suspend-resume=systemd --with-tests=yes --enable-tests=yes --with-valgrind=no --enable-ifcfg-rh=yes --enable-ifupdown=yes --enable-ifnet=yes --enable-gtk-doc --enable-qt=yes --with-system-libndp=no --enable-static=libndp --enable-bluez4=no --enable-wimax=no --enable-vala=no --enable-modify-system=no --enable-more-asserts --enable-more-logging
log_timestamp "build: make"
make $MAKE_JOBS