Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2015 19:59:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202110] [MAINTAINER] devel/py-robotframework-pabot: Update to 0.15
Message-ID:  <bug-202110-13-eoqr94LQ16@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202110-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202110-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202110

--- Comment #1 from vladimir.chukharev@gmail.com ---
Created attachment 159584
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159584&action=edit
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

-- 
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-202110-13-eoqr94LQ16>