From 9e8598e17fa259a48b70ac55aa85bb7a646aa0a2 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 13 Jun 2024 13:19:40 +0200 Subject: [PATCH] Run tests in explicit offline mode --- .ant.metadata | 1 + ant.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .ant.metadata diff --git a/.ant.metadata b/.ant.metadata new file mode 100644 index 0000000..846c8bd --- /dev/null +++ b/.ant.metadata @@ -0,0 +1 @@ +7760da2f3f5708ee0975caf634df16d5567fffe5 apache-ant-1.10.9-src.tar.bz2 diff --git a/ant.spec b/ant.spec index 15ec589..47266f6 100644 --- a/ant.spec +++ b/ant.spec @@ -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