From 6d675c38bb57ee6d3161db4c5608959a1f265852 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Thu, 3 Dec 2020 12:40:45 +0100 Subject: [PATCH] Do not include rhts-environment.sh --- Sanity/libecpg/runtest.sh | 1 - testsuite/runtest.sh | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Sanity/libecpg/runtest.sh b/Sanity/libecpg/runtest.sh index c7ff309..b89d652 100755 --- a/Sanity/libecpg/runtest.sh +++ b/Sanity/libecpg/runtest.sh @@ -26,7 +26,6 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Include Beaker environment -. /usr/bin/rhts-environment.sh || exit 1 . /usr/share/beakerlib/beakerlib.sh || exit 1 PACKAGE="postgresql" diff --git a/testsuite/runtest.sh b/testsuite/runtest.sh index f33a73f..025f9d3 100755 --- a/testsuite/runtest.sh +++ b/testsuite/runtest.sh @@ -27,8 +27,7 @@ # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# Include rhts environment -. /usr/bin/rhts-environment.sh +# Include Beaker environment . /usr/lib/beakerlib/beakerlib.sh # TODO: This is temporary workaround till we have no /Library directory