Run tests in explicit offline mode

This commit is contained in:
Mikolaj Izdebski 2024-06-13 13:19:40 +02:00 committed by root
parent 9bc91dc2bc
commit 9e8598e17f
2 changed files with 2 additions and 1 deletions

1
.ant.metadata Normal file
View File

@ -0,0 +1 @@
7760da2f3f5708ee0975caf634df16d5567fffe5 apache-ant-1.10.9-src.tar.bz2

View File

@ -507,7 +507,7 @@ install -p -m 644 man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
%if %{without bootstrap}
%check
LC_ALL=C.UTF-8 %{ant} test
LC_ALL=C.UTF-8 %{ant} -Doffline=true test
%endif
%files