Skip to content
Commits on Source (2)
odil (0.10.0-6) unstable; urgency=medium
* Team upload.
* nopy tests also need python3 to run
-- Drew Parsons <dparsons@debian.org> Wed, 04 Sep 2019 11:36:03 +0800
odil (0.10.0-5) unstable; urgency=medium
* Team upload.
......
......@@ -53,7 +53,7 @@ override_dh_auto_build-indep:
override_dh_auto_test-arch-nopy:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ln -s build-nopy build
cd build && ../tests/run --no-network -e ".*"
cd build && python3 ../tests/run --no-network -e ".*"
rm build
endif
......