Skip to content

Commit 49538c2

Browse files
authored
Merge pull request #2023 from evgenyz/fix-release-scripts
Remove sendmail from prerequisites of release_tools
2 parents a7c2195 + 586d7c9 commit 49538c2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

release_tools/release.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ trigger_docbuild()
6161
}
6262

6363

64-
ensure_test_prerequisities()
65-
{
66-
systemctl -q is-active sendmail || die "As of 11/2017, you have to have 'sendmail' running for tests to succeed."
67-
}
68-
6964
build_all()
7065
{
7166
(mkdir -p "$BUILDDIR" && cd "$BUILDDIR" && cmake -DENABLE_SCE=TRUE .. && make) || die "Error building pristine OpenSCAP"
@@ -74,7 +69,6 @@ build_all()
7469

7570
execute_local_tests()
7671
{
77-
ensure_test_prerequisities
7872
build_all
7973
(cd "$BUILDDIR" && ctest || die "Error during test run")
8074
check_python_binding 3

0 commit comments

Comments
 (0)