nixosTests.zram-generator: migrate to runTest

Part Of #386873
This commit is contained in:
Martin Weinelt 2025-03-14 22:42:49 +01:00
parent 89bf1ebca0
commit c0e8309034
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 2 additions and 2 deletions

View File

@ -1317,7 +1317,7 @@ in {
zipline = handleTest ./zipline.nix {};
zoneminder = handleTest ./zoneminder.nix {};
zookeeper = handleTest ./zookeeper.nix {};
zram-generator = handleTest ./zram-generator.nix {};
zram-generator = runTest ./zram-generator.nix;
zrepl = runTest ./zrepl.nix;
zsh-history = runTest ./zsh-history.nix;
zwave-js = runTest ./zwave-js.nix;

View File

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