Commit 1b7f2fe8 authored by Someone Serge's avatar Someone Serge
Browse files

tests/nvidia-container-toolkit: more getExe

parent d665ca4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ import ./make-test-python.nix (
        name = "cdi-test";
        tag = "latest";
        config = {
          Cmd = [ "${testCDIScript}/bin/test-cdi" ];
          Cmd = [ (lib.getExe testCDIScript) ];
        };
        copyToRoot = (
          with pkgs.dockerTools;