mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
Merge commit '28dc4883356a50f2805a3e3c819a541c44a4ff0a' into make
This commit is contained in:
commit
b6465ae5d3
@ -10,7 +10,7 @@ define run-install-test =
|
||||
|
||||
endef
|
||||
|
||||
installcheck: install
|
||||
installcheck:
|
||||
@total=0; failed=0; for i in $(_installcheck-list); do \
|
||||
total=$$((total + 1)); \
|
||||
echo "running test $$i"; \
|
||||
|
Loading…
Reference in New Issue
Block a user