mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-16 05:14:33 +08:00
.
This commit is contained in:
parent
efac765819
commit
c0f51577fd
@ -14,6 +14,6 @@ distclean:
|
||||
.PHONY: clean
|
||||
clean: distclean
|
||||
|
||||
.PHONY: realclean
|
||||
realclean: clean
|
||||
.PHONY: maintainer-clean realclean
|
||||
maintainer-clean realclean: clean
|
||||
rm -f join-tests t*.[12] t*.exp t*.log
|
||||
|
@ -74,6 +74,8 @@ EOF
|
||||
}
|
||||
print <<EOF2 ;
|
||||
if test \$errors -gt 0 ; then
|
||||
echo Failed \$errors tests. 1>&2
|
||||
echo "Failed \$errors tests." 1>&2
|
||||
else
|
||||
echo 'Passed all tests.' 1>&2
|
||||
fi
|
||||
EOF2
|
||||
|
Loading…
Reference in New Issue
Block a user