From 2d44b9d194dea57803ea893bab887f41d4227504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Hrdina?= Date: Thu, 18 Apr 2024 10:15:23 +0200 Subject: [PATCH] Re-enable failing parts of upstream-scripttests checking if chaning term in other MR helped --- Sanity/upstream-scripttests/runtest.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Sanity/upstream-scripttests/runtest.sh b/Sanity/upstream-scripttests/runtest.sh index 12a32cf..15f4e07 100755 --- a/Sanity/upstream-scripttests/runtest.sh +++ b/Sanity/upstream-scripttests/runtest.sh @@ -86,15 +86,6 @@ rlJournalStart rlRun "rpmbuild --nodeps --define '_topdir $TmpDir' -bp $TmpDir/SPECS/*spec" \ 0 "Preparing sources" - # Disabling tests unstable on testing-farm - grep -r "testing-farm" /var/ARTIFACTS/*/plans/all/discover/default-0/tests - if [ $? -eq 0 ]; then - rlLog "Disabling tests unstable on testing-farm" - rlLog "Disabled tests Test_opt_set_keycode, Test_set_completion" - sed -i "/^func Test_opt_set_keycode\(\)/,/^endfunc$/d" BUILD/vim*/src/testdir/test_options.vim - sed -i "/^func Test_set_completion\(\)/,/^endfunc$/d" BUILD/vim*/src/testdir/test_options.vim - fi - if rlIsFedora || rlIsRHELLike '>9' then rlRun "rm -rf BUILD/*SPECPARTS &> /dev/null" 0,1 "Remove the additional directory if exists"