Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-jukovec committed Aug 1, 2022
1 parent e907610 commit 253f09b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CLEANUP_FILES += *.vylog
CLEANUP_FILES += *.xlog
CLEANUP_FILES += 51{2,3,4,5,6,7,8,9} # Directories that vinyl creates.

all: test
all:

# The template (ldoc.tpl) is written using tarantool specific
# functions like string.split(), string.endswith(), so we run
Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

%:
dh $@

override_dh_auto_test:
DEB_BUILD_OPTIONS=nocheck dh_auto_test
3 changes: 0 additions & 3 deletions rpm/tarantool-expirationd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ some other space.
%prep
%setup -q -n %{name}-%{version}

%check
make test

%install
install -d %{buildroot}%{_datarootdir}/tarantool/
install -m 0644 expirationd.lua %{buildroot}%{_datarootdir}/tarantool/
Expand Down

0 comments on commit 253f09b

Please sign in to comment.