Remove the test removal
This commit is contained in:
parent
86ceedf8cd
commit
4b48252036
1 changed files with 0 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue