Created attachment 153012 [details] 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.
Created attachment 153013 [details] QA logs
A commit references this bug: Author: culot Date: Mon Feb 16 14:37:45 UTC 2015 New revision: 379094 URL: https://svnweb.freebsd.org/changeset/ports/379094 Log: - Update to 0.12 PR: 197688 Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer) Changes: head/devel/py-robotframework-pabot/Makefile head/devel/py-robotframework-pabot/distinfo