Loading lib/path/tests/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -24,8 +24,9 @@ pkgs.runCommand "lib-path-tests" { export TEST_LIB=$PWD/lib echo "Running unit tests lib/path/tests/unit.nix" nix-instantiate --eval lib/path/tests/unit.nix \ --argstr libpath "$TEST_LIB" nix-instantiate --eval --show-trace \ --argstr libpath "$TEST_LIB" \ lib/path/tests/unit.nix echo "Running property tests lib/path/tests/prop.sh" bash lib/path/tests/prop.sh ${toString seed} Loading lib/path/tests/prop.sh +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ fi # Precalculate all normalisations with a single Nix call. Calling Nix for each # string individually would take way too long nix-instantiate --eval --strict --json \ nix-instantiate --eval --strict --json --show-trace \ --argstr libpath "$TEST_LIB" \ --argstr dir "$tmp/strings" \ "$SCRIPT_DIR"/prop.nix \ Loading Loading
lib/path/tests/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -24,8 +24,9 @@ pkgs.runCommand "lib-path-tests" { export TEST_LIB=$PWD/lib echo "Running unit tests lib/path/tests/unit.nix" nix-instantiate --eval lib/path/tests/unit.nix \ --argstr libpath "$TEST_LIB" nix-instantiate --eval --show-trace \ --argstr libpath "$TEST_LIB" \ lib/path/tests/unit.nix echo "Running property tests lib/path/tests/prop.sh" bash lib/path/tests/prop.sh ${toString seed} Loading
lib/path/tests/prop.sh +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ fi # Precalculate all normalisations with a single Nix call. Calling Nix for each # string individually would take way too long nix-instantiate --eval --strict --json \ nix-instantiate --eval --strict --json --show-trace \ --argstr libpath "$TEST_LIB" \ --argstr dir "$tmp/strings" \ "$SCRIPT_DIR"/prop.nix \ Loading