Unverified Commit 88b7d613 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #311689 from teutat3s/zhf/virtualbox-tests

 nixosTests.virtualbox: fix tests, remove minimal profile
parents a423476b 5eb28724
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@ let
    cfg = (import ../lib/eval-config.nix {
      system = if use64bitGuest then "x86_64-linux" else "i686-linux";
      modules = [
        ../modules/profiles/minimal.nix
        (testVMConfig vmName vmScript)
      ];
    }).config;
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, alsa-lib, curl, libvpx, nettools, dbus, substituteAll, gsoap, zlib, xz
, yasm, glslang
, linuxPackages
, nixosTests
# If open-watcom-bin is not passed, VirtualBox will fall back to use
# the shipped alternative sources (assembly).
, open-watcom-bin
@@ -268,6 +269,7 @@ in stdenv.mkDerivation {

  passthru = {
    inherit extensionPack; # for inclusion in profile to prevent gc
    tests = nixosTests.virtualbox;
    updateScript = ./update.sh;
  };