[Bug 197688] [Maintainer-update] update port devel/py-robotframework-pabot 0.11 -> 0.12

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 15 19:20:06 UTC 2015


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

            Bug ID: 197688
           Summary: [Maintainer-update] update port
                    devel/py-robotframework-pabot 0.11 -> 0.12
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: vladimir.chukharev at gmail.com

Created attachment 153012
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153012&action=edit
patch

Siting Mikko Korpela:
New version of Pabot - the parallel executor for Robot Framework has 
been released ( https://github.com/mkorpela/pabot ). 
This fixes a bug that prevented pabot library process from stopping 
after execution in windows.

QA:
  My tests (only partly suitable for parallel execution) work as expected.
  Results of the command
   ./port_test.sh /usr/ports/devel/py-robotframework-pabot
  do not show any problems. 


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


The logs will be attached in a follow-up, I do not see a way to attach two
files right now.

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


More information about the freebsd-ports-bugs mailing list