Remove the test removal

This commit is contained in:
Zdenek Dohnal 2024-04-25 07:24:07 +02:00
commit 4b48252036

View file

@ -86,14 +86,6 @@ rlJournalStart
rlRun "rpmbuild --nodeps --define '_topdir $TmpDir' -bp $TmpDir/SPECS/*spec" \
0 "Preparing sources"
## Disabling tests unstable on testing-farm
#if grep -r "testing-farm" /var/ARTIFACTS/*/plans/all/discover/default-0/tests || hostname | grep -q "testing-farm"; 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"