Resolves:rhbz#1961995 - Fix gating tests execution

This commit is contained in:
Parag Nemade 2021-05-22 05:37:07 +05:30
parent 694d65fbca
commit f205a1b186
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -1,3 +1,7 @@
#!/bin/bash
cd ../source
./configure && make V=1 test
echo "Default installation does not have aspell binary so remove its execution"
sed -i 's/he.rws hunspell/hunspell/g' Makefile.in
./configure
sed -i '82,84d' test/test1
make V=1 test