diff options
author | swills <swills@FreeBSD.org> | 2017-07-24 23:26:58 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-07-24 23:26:58 +0800 |
commit | edb329669ff1e83f1375993e2f280fd702ef5671 (patch) | |
tree | 5443baf37ab2207d426f0b122dedcd480d7a793b /sysutils/Makefile | |
parent | 60a2daa73c197a792b33d7d93d523043a618aad6 (diff) | |
download | freebsd-ports-gnome-edb329669ff1e83f1375993e2f280fd702ef5671.tar.gz freebsd-ports-gnome-edb329669ff1e83f1375993e2f280fd702ef5671.tar.zst freebsd-ports-gnome-edb329669ff1e83f1375993e2f280fd702ef5671.zip |
sysutils/goss: create port
Goss is a YAML based serverspec alternative tool for validating a server's
configuration. It eases the process of writing tests by allowing the user to
generate tests from the current system state. Once the test suite is written
they can be executed, waited-on, or served as a health endpoint.
WWW: https://goss.rocks
PR: 220911
Submitted by: Mike English <englishm@llnw.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index e06b4315683f..8d82a245b6fc 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -407,6 +407,7 @@ SUBDIR += gnome-system-monitor SUBDIR += gnome_subr SUBDIR += goaccess + SUBDIR += goss SUBDIR += gpart SUBDIR += gpte SUBDIR += graffer |