From 280566090e3ca5707431c97f106dfdd361ad685d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 16 Aug 2024 12:05:58 +0200 Subject: [PATCH] HACKING: Current default TEST_OS is fedora-40 --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 467df3c89..e9dafd0a6 100644 --- a/HACKING.md +++ b/HACKING.md @@ -73,7 +73,7 @@ Rules configuration can be found in the `.stylelintrc.json` file. # Running tests locally Run `make vm` to build an RPM and install it into a standard Cockpit test VM. -This will be `fedora-39` by default. You can set `$TEST_OS` to use a different +This will be `fedora-40` by default. You can set `$TEST_OS` to use a different image, for example TEST_OS=centos-9-stream make vm