From 9aca845f958ec9477a7f7a19c853a3bb305cf55f Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Thu, 23 Nov 2023 14:16:30 +0100 Subject: [PATCH] tests: allow overriding the OS We want to start testing webui against fedora ELN https://github.com/cockpit-project/bots/pull/5585 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f9bc4488d8..0b703cd876 100644 --- a/Makefile +++ b/Makefile @@ -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