Created attachment 159583 [details] Patch Update from 0.13 to 0.15. From announcement by Mikko Korpela: +++++++ In this release: - Terminal colouring added (Thank you Tudor Tabacel for contribution!) - Selenium2Library image copy (Thank you Volodymyr Maksymiv from Quintagroup for contribution!) - Tag criticality is now preserved when writing output.xml ( Thank you anonymous user from NCDC who informed about this problem with Jenkins! ) I've also prepared a small questionnaire to get a better understanding where should pabot be evolved next. If you would like to give your opinion, please answer it from this link: http://goo.gl/forms/3FkMCIYmDx ------- QA: Logs of usual port tests will be attached in a follow up.
Created attachment 159584 [details] QA logs Port tested by a command ~/bin/port_test.sh /usr/ports/devel/py-robotframework-pabot |& cat > ~/vovavajo/Patches/py-robotframework-pabot_update_0.13_to_0.15_QA.log The testing script follows. $ 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
A commit references this bug: Author: robak Date: Thu Aug 6 08:59:11 UTC 2015 New revision: 393640 URL: https://svnweb.freebsd.org/changeset/ports/393640 Log: devel/py-robotframework-pabot: update 0.13 -> 0.15 PR: 202110 Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer) Changes: head/devel/py-robotframework-pabot/Makefile head/devel/py-robotframework-pabot/distinfo
Committed, thanks!