summary refs log tree commit diff
path: root/nixos/lib/testing-python.nix
diff options
context:
space:
mode:
authorDavid Arnold <dar@xoe.solutions>2021-06-06 12:07:02 -0500
committerDavid Arnold <dar@xoe.solutions>2021-06-06 12:58:58 -0500
commit03bfa298913e752ff804697ec7f95fdac647b5c3 (patch)
tree81c341e797d8ffc6d21309c0641045a5c13d64d7 /nixos/lib/testing-python.nix
parent3e0d605d56fed5709fbf01fcc2ebc45de70bacf5 (diff)
downloadnixpkgs-03bfa298913e752ff804697ec7f95fdac647b5c3.tar
nixpkgs-03bfa298913e752ff804697ec7f95fdac647b5c3.tar.gz
nixpkgs-03bfa298913e752ff804697ec7f95fdac647b5c3.tar.bz2
nixpkgs-03bfa298913e752ff804697ec7f95fdac647b5c3.tar.lz
nixpkgs-03bfa298913e752ff804697ec7f95fdac647b5c3.tar.xz
nixpkgs-03bfa298913e752ff804697ec7f95fdac647b5c3.tar.zst
nixpkgs-03bfa298913e752ff804697ec7f95fdac647b5c3.zip
nixos/tests/test-driver: cleanup "dead" code (USE_SERIAL)
At nixpkgs root:

`rg redirectSerial ./` does not result in any other match
nor does
`rg USE_SERIAL ./` except for an unrelated match in:

pkgs/tools/graphics/argyllcms/default.nix
Diffstat (limited to 'nixos/lib/testing-python.nix')
-rw-r--r--nixos/lib/testing-python.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/lib/testing-python.nix b/nixos/lib/testing-python.nix
index 99d0a9a0bfa..715482e8730 100644
--- a/nixos/lib/testing-python.nix
+++ b/nixos/lib/testing-python.nix
@@ -196,8 +196,7 @@ rec {
               --add-flags "''${vms[*]}" \
               ${lib.optionalString enableOCR "--prefix PATH : '${ocrProg}/bin'"} \
               --set tests 'start_all(); join_all();' \
-              --set VLANS '${toString vlans}' \
-              ${lib.optionalString (builtins.length vms == 1) "--set USE_SERIAL 1"}
+              --set VLANS '${toString vlans}'
           ''); # "
 
       passMeta = drv: drv // lib.optionalAttrs (t ? meta) {