0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixosTests.dhparams: handleTest -> runTest

This commit is contained in:
Sizhe Zhao 2025-06-07 20:55:18 +08:00
parent 2dd453b74b
commit 5d3ba0f9a5
No known key found for this signature in database
GPG key ID: ED1807251A7DA08F
2 changed files with 2 additions and 2 deletions

View file

@ -405,7 +405,7 @@ in
dependency-track = runTest ./dependency-track.nix;
devpi-server = runTest ./devpi-server.nix;
dex-oidc = runTest ./dex-oidc.nix;
dhparams = handleTest ./dhparams.nix { };
dhparams = runTest ./dhparams.nix;
disable-installer-tools = runTest ./disable-installer-tools.nix;
discourse = runTest ./discourse.nix;
dnscrypt-proxy2 = handleTestOn [ "x86_64-linux" ] ./dnscrypt-proxy2.nix { };

View file

@ -1,4 +1,4 @@
import ./make-test-python.nix {
{
name = "dhparams";
nodes.machine =