[Bug 202018] [Maintainer update] devel/py-robotframework 2.8.7 -> 2.9

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 1 08:04:44 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202018

--- Comment #1 from vladimir.chukharev at gmail.com ---
Created attachment 159429
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159429&action=edit
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_update_2.8.7_to_2.9_QA.log


The script runs usual QA tests:

$ 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 describe
portlint -Ca
sudo port test
sudo portmaster -DG --no-confirm $1

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


More information about the freebsd-ports-bugs mailing list