commit ce1788e8bd86b58d8138d8c7a5d520713e32a805 from: Omar Polo via: Thomas Adam date: Tue Sep 10 14:10:20 2024 UTC style commit - 92e527be7d790ca2229fae6fb1ee6ae68285a8ce commit + ce1788e8bd86b58d8138d8c7a5d520713e32a805 blob - 830291ce208e841ed77ee52c934f7b21ca076d27 blob + 5bcb3d151e4aa620cbbc366ecb2783c7b851d6fa --- regress/gotd/Makefile +++ regress/gotd/Makefile @@ -226,6 +226,7 @@ start_gotd_http_notification_hmac: ensure_root @echo "}" >> $(PWD)/gotd.conf @$(GOTD_TRAP); $(GOTD_START_CMD) @$(GOTD_TRAP); sleep .5 + prepare_test_repo: ensure_root @chown ${GOTD_USER} "${GOTD_TEST_REPO}" @su -m ${GOTD_USER} -c 'env $(GOTD_TEST_ENV) sh ./prepare_test_repo.sh'