Skip to content

Commit f5839d4

Browse files
deb: skip running tests
Running tests with luatest [1] means we need to install luatest first. (It is also not provided in packpack.) Installing external dependency from net while doing deb packing is mostly discouraged, so we skip this step for now (similar to [2]). 1. https://github.com/tarantool/luatest 2. tarantool/expirationd@e13b51d Part of tarantool/tarantool#7726
1 parent 41a2992 commit f5839d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

debian/rules

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

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

0 commit comments

Comments
 (0)