mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
Merge commit '28dc488335
' into make
This commit is contained in:
commit
b6465ae5d3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ define run-install-test =
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
installcheck: install
|
installcheck:
|
||||||
@total=0; failed=0; for i in $(_installcheck-list); do \
|
@total=0; failed=0; for i in $(_installcheck-list); do \
|
||||||
total=$$((total + 1)); \
|
total=$$((total + 1)); \
|
||||||
echo "running test $$i"; \
|
echo "running test $$i"; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue