about summary refs log tree commit diff
path: root/pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh')
-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"