mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Merge commit '28dc4883356a50f2805a3e3c819a541c44a4ff0a' 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
|
||||
|
||||
installcheck: install
|
||||
installcheck:
|
||||
@total=0; failed=0; for i in $(_installcheck-list); do \
|
||||
total=$$((total + 1)); \
|
||||
echo "running test $$i"; \
|
||||
|
|
Loading…
Reference in a new issue