commit 8a1f36275eaed118cb07b7249c136e3da8d0ef62 from: Omar Polo via: Thomas Adam date: Tue Dec 26 22:44:36 2023 UTC util/got-build-regress.sh: add missing make server-install commit - 27071064d2aba91ac9c656821b66c626eb76f711 commit + 8a1f36275eaed118cb07b7249c136e3da8d0ef62 blob - c447b65a6196740ce07a6f0acc44497aa30b38c3 blob + 7f2322f6a93bdd96bebc967378e8200be283811b --- util/got-build-regress.sh +++ util/got-build-regress.sh @@ -112,6 +112,7 @@ if [ "$build_status" -ne 0 ]; then mail $fromaddr_arg -s "$prog build failure" $recipients < build.log exit 0 fi +log_cmd build.log make server-install printf "\n\n\tRunning tests\n\n" >> build.log log_cmd regress.log env PATH=$HOME/bin:$PATH make regress GOT_TEST_ROOT="$testroot"