From 9911fd36f86fefac950461dd5dd1331cff9b116e Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Thu, 14 Jan 2021 11:39:00 +0100 Subject: [PATCH] Fixed a leftover stopping the test after the build phase. --- tests/Sanity/sanity-test/runtest.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Sanity/sanity-test/runtest.sh b/tests/Sanity/sanity-test/runtest.sh index 0b2daa6..4ec24a3 100755 --- a/tests/Sanity/sanity-test/runtest.sh +++ b/tests/Sanity/sanity-test/runtest.sh @@ -57,8 +57,6 @@ rlJournalStart rlFileSubmit "${rlRun_LOG}" "rpmbuild-${PACKAGE}.log" rlPhaseEnd -echo XXXXXXXXXXXXXXXX; read x - rlPhaseStartTest "Run upstream testsuite" BDIR=$(rpm -q --qf '%{name}-%{version}' ${PACKAGE}.$(arch)) ARCHDIR="$(arch)-redhat-linux-gnu"