Skip to content

Commit

Permalink
Merge pull request #63 from KKoukiou/tests-allow-overriding-os
Browse files Browse the repository at this point in the history
tests: allow overriding the OS
  • Loading branch information
KKoukiou authored Nov 23, 2023
2 parents eabdf42 + 9aca845 commit f921a4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ COCKPIT_REPO_STAMP=pkg/lib/cockpit-po-plugin.js
# stamp file to check if/when npm install ran
NODE_MODULES_TEST=package-lock.json
APPSTREAMFILE=org.cockpit-project.$(PACKAGE_NAME).metainfo.xml
ifeq ($(TEST_OS),)
TEST_OS=fedora-rawhide-boot
endif
# common arguments for tar, mostly to make the generated tarballs reproducible
TAR_ARGS = --sort=name --mtime "@$(shell git show --no-patch --format='%at')" --mode=go=rX,u+rw,a-s --numeric-owner --owner=0 --group=0

Expand Down

0 comments on commit f921a4a

Please sign in to comment.