From 1e27e79ab2697ec1b7b84edccd32d5f4e79946e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 21 Sep 2024 09:47:35 +0200 Subject: [PATCH] CONTRIBUTING.md: Update testing instructions fixes https://github.com/NixOS/nixos-hardware/issues/1135 --- CONTRIBUTING.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5745bf0..22e78dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,15 +42,7 @@ Link the profile in the table in README.md and in flake.nix. ## 3. Testing -Run ./tests/run.py to test building. The test script script will parse all the -profiles from the README.md. - -You can also just specify a single profile like this: - -``` - ./tests/run.py '' -``` - +Run `nix run ./tests#run .` to evaluate all hardware profiles. Because profiles can only be tested with the appropriate hardware, quality assurance is up to *you*.