contrib/jenkins: extend build script to set NMTST_DEBUG environment variable

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-06-03 19:01:08 +02:00
parent 0e889246ce
commit 47dfad8fba

View file

@ -12,6 +12,9 @@ REPO=ssh://Jenkins-nm-user/var/lib/git/NetworkManager.git
MAKE_JOBS="-j $((3 * $(grep -c ^processor /proc/cpuinfo || echo 1)))"
ulimit -c unlimited
export NMTST_DEBUG="no-debug,sudo-cmd=$PWD/tools/test-sudo-wrapper.sh"
git_notes() {
if [[ "$GIT_NOTES_DISABLED" == true ]]; then
return 0