fix gating tests
- drop dependency on libell-devel - fix wrong filename for tests.yml Resolves: #1973511 Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
parent
e6546d94e8
commit
66b878a030
@ -62,6 +62,7 @@ find %{buildroot} -type f -name "*.la" -delete
|
||||
%changelog
|
||||
* Thu Jun 24 2021 Davide Caratti <dcaratti@redhat.com> - 0.41-2
|
||||
- add gating test that uses acd-client.c. Related: rhbz#1973511
|
||||
- drop tests dependency on libell-devel. Related: rhbz#1973511
|
||||
|
||||
* Mon Jun 21 2021 Davide Caratti <dcaratti@redhat.com> - 0.41-1
|
||||
- Avoid use of inet_ntoa(). Related: rhbz#1967524
|
||||
|
@ -11,7 +11,7 @@
|
||||
tests:
|
||||
- build-tests:
|
||||
dir: ./source/examples
|
||||
run: gcc acd-client.c -lell -o ell-acd-client && cp ../../sanity/acd-test.sh .
|
||||
run: gcc acd-client.c -I.. -lell -o ell-acd-client && cp ../../sanity/acd-test.sh .
|
||||
- sanity-tests:
|
||||
dir: ./source/examples
|
||||
run: ./acd-test.sh
|
Loading…
Reference in New Issue
Block a user