Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2015 11:35:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203696] [Maintainer update] devel/py-robotframework 2.9.1 -> 2.9.2
Message-ID:  <bug-203696-13-4BNLRIrwOB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203696-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203696-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203696

--- Comment #1 from vladimir.chukharev@gmail.com ---
Created attachment 161908
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161908&action=edit
Port QA logs

Logs of QA tests.

Results of the following command are attached.

 $ ~/bin/port_test.sh /usr/ports/devel/py-robotframework |& cat >
~/vovavajo/Patches/py-robotframework-2.9.1_to_2.9.2_QA.log

 $ cat ~/bin/port_test.sh
#!
# Run tests of a port in the given directory and install it via portmaster

set -o xtrace
export LC_ALL=C

cd $1 || exit 1

make -D DEVELOPER=yes check-plist stage-qa clean
make -D DEVELOPER=yes describe
DEVELOPER=yes portlint -Ca
sudo port test
sudo portmaster -DG --no-confirm $1

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203696-13-4BNLRIrwOB>