Resolves:rhbz#1961995 - Fix gating tests execution
This commit is contained in:
parent
694d65fbca
commit
f205a1b186
@ -1,3 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd ../source
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user