Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2015 19:20:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197688] [Maintainer-update] update port devel/py-robotframework-pabot 0.11 -> 0.12
Message-ID:  <bug-197688-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: vladimir.chukharev@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.



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