mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:13:32 +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
|
|
@ -17,5 +17,9 @@ quiet-test: server/sws
|
|||
@cd data && exec $(MAKE) test
|
||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
|
||||
|
||||
full-test: server/sws
|
||||
@cd data && exec $(MAKE) test
|
||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a
|
||||
|
||||
server/sws:
|
||||
cd server; make sws
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue