mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
make test-full in the root dir should run verbose tests but not stop on
single failures
This commit is contained in:
parent
838e776542
commit
ed4dff63b9
2 changed files with 5 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ test:
|
|||
@(cd tests; $(MAKE) quiet-test)
|
||||
|
||||
test-full:
|
||||
@(cd tests; $(MAKE) test)
|
||||
@(cd tests; $(MAKE) full-test)
|
||||
|
||||
#
|
||||
# Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue