about summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-12-19 23:12:41 +0100
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-12-20 17:38:06 +0100
commit1968beeabd763cec23ab7164342a4193214791c7 (patch)
tree69f0ab011a3cd59950bdc7277d2eae01b7577c43 /pkgs/test
parent1ad45e503f3acdcb3df214b58d289511ddf2eff8 (diff)
downloadnixlib-1968beeabd763cec23ab7164342a4193214791c7.tar
nixlib-1968beeabd763cec23ab7164342a4193214791c7.tar.gz
nixlib-1968beeabd763cec23ab7164342a4193214791c7.tar.bz2
nixlib-1968beeabd763cec23ab7164342a4193214791c7.tar.lz
nixlib-1968beeabd763cec23ab7164342a4193214791c7.tar.xz
nixlib-1968beeabd763cec23ab7164342a4193214791c7.tar.zst
nixlib-1968beeabd763cec23ab7164342a4193214791c7.zip
check-by-name: Pass --base in CI and local running script
This enables the ratchet checks for pkgs/by-name, allowing gradual
migrations!
Diffstat (limited to 'pkgs/test')
-rwxr-xr-xpkgs/test/nixpkgs-check-by-name/scripts/run-local.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh b/pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh
index a1debe73f8ad..060f83469f4d 100755
--- a/pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh
+++ b/pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh
@@ -63,4 +63,4 @@ echo >&2 -e "\e[34m$(git -C "$tmp/merged" rev-parse HEAD)\e[0m"
 cleanup_commands+=('rm "$tmp/tool"')
 
 echo >&2 "Running nixpkgs-check-by-name.."
-"$tmp/tool/bin/nixpkgs-check-by-name" "$tmp/merged"
+"$tmp/tool/bin/nixpkgs-check-by-name" --base "$tmp/base" "$tmp/merged"