Skip to content

Commit

Permalink
Disable some tests during build of Debian package
Browse files Browse the repository at this point in the history
While we can locally build the package with them,
Launchpad does not provide cgroup access and builds there would fail.
  • Loading branch information
PhilippWendler committed Sep 20, 2024
1 parent ae57550 commit fae2bf9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
benchexec (3.25-3) jammy; urgency=medium

* Fix syntax in debian/rules

-- Philipp Wendler <debian@philippwendler.de> Fri, 20 Sep 2024 14:41:53 +0200

benchexec (3.25-2) jammy; urgency=medium

* Fix build of package in environments without cgroup access.

-- Philipp Wendler <debian@philippwendler.de> Fri, 20 Sep 2024 14:35:08 +0200

benchexec (3.25-1) jammy; urgency=medium

* New upstream version.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export PYBUILD_NAME=benchexec
# Our tests need some additional files in {build_dir} to execute succesfully
export PYBUILD_BEFORE_TEST=cp -r {dir}/bin {dir}/doc {build_dir}/
export PYBUILD_AFTER_TEST=rm -r {build_dir}/bin {build_dir}/doc
export PYBUILD_TEST_ARGS=""
export PYBUILD_TEST_ARGS=-k 'not TestRunExecutor'

%:
dh $@ --with python3 --buildsystem=pybuild
Expand Down

0 comments on commit fae2bf9

Please sign in to comment.