citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 31000baac9d3a0bcec7f60549b09b17a8d7eb3f8
parent 8fd0b4de5db81cfc4183f911d48073259724f04d
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 26 Nov 2016 12:08:35 -0700

tt: skip all tests on osx

Diffstat:
Mtt/package.subr | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tt/package.subr b/tt/package.subr @@ -2,8 +2,7 @@ . t/utils.subr if [ `uname` != "OpenBSD" ]; then - echo End to end tests are not supported on this platform. - exit 0 + skip_all "test not supported on this platform." fi portdir="/usr/ports/$1"