Skip to content

Commit e13b51d

Browse files
committed
packages: disable make test step
We don't have the tarantool-luatest package in any public repository for all supported distros. We have to skip the test step until the tarantool-luatest is built at least for S3 repository. Closes #124
1 parent 0a7b52b commit e13b51d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

debian/rules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
%:
44
dh $@
5+
6+
override_dh_auto_build:
7+
8+
9+
override_dh_auto_test:
10+
DEB_BUILD_OPTIONS=nocheck dh_auto_test

rpm/tarantool-expirationd.spec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ some other space.
2424
%prep
2525
%setup -q -n %{name}-%{version}
2626

27-
%check
28-
make test
29-
3027
%install
3128
install -d %{buildroot}%{_datarootdir}/tarantool/
3229
install -m 0644 expirationd.lua %{buildroot}%{_datarootdir}/tarantool/

0 commit comments

Comments
 (0)