Cleanup previous commit
Remove backticks added by mistake and add a comment explaining the reson for the workaround. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
This commit is contained in:
parent
d1117b07e6
commit
65b6380cc1
@ -371,7 +371,8 @@ done
|
|||||||
%if %{lua:print(rpm.vercmp(posix.uname('%r'), '5.1'));} >= 0
|
%if %{lua:print(rpm.vercmp(posix.uname('%r'), '5.1'));} >= 0
|
||||||
# Real testsuite.
|
# Real testsuite.
|
||||||
pushd test
|
pushd test
|
||||||
```sed -i '/kcapi-enc-test/,+6d' test-invocation.sh```
|
# Temporarily disable failing enc tests until BZ 1826022 is fixed.
|
||||||
|
sed -i '/kcapi-enc-test/,+6d' test-invocation.sh
|
||||||
ENABLE_FUZZ_TEST=1 \
|
ENABLE_FUZZ_TEST=1 \
|
||||||
NO_32BIT_TEST=1 \
|
NO_32BIT_TEST=1 \
|
||||||
./test-invocation.sh
|
./test-invocation.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user