Download raw body.
document missing dependencies for gotsysd regress
Bumped into this while testing. M regress/gotsysd/README | 4+ 3- 1 file changed, 4 insertions(+), 3 deletions(-) commit - 649164ccf11bfc1d9fdf980602c3ad2067b5a7ce commit + 06fb2620c962791110df2c90355778f0a6b963ee blob - a328ed29230e4a342dcb5e9b6d2a623b2201ca3d blob + 3fbefd839ba4e83b9adb8e988f58638274d729b2 --- regress/gotsysd/README +++ regress/gotsysd/README @@ -44,10 +44,11 @@ the VM can be shut down from the host: # vmctl stop gotsysd-test -The gotsysd test suite also tests gotwebd user authentication. These tests -require the w3m browser to be installed: +The gotsysd test suite depends on git(1). Additionally, tests for gotwebd user +authentication and notifications require the w3m browser and Perl's +Digest::HMAC module, respectively: - # pkg_add w3m + # pkg_add git w3m p5-Digest-HMAC Now the actual test suite can be run with:
document missing dependencies for gotsysd regress