mirror of
https://github.com/curl/curl.git
synced 2026-07-16 04:47:21 +03:00
full-test passes -p to runtests as well to get more details in case of failure
This commit is contained in:
parent
392a543eff
commit
79aaa85a51
1 changed files with 1 additions and 1 deletions
|
|
@ -40,4 +40,4 @@ quiet-test: all
|
|||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
|
||||
|
||||
full-test: all
|
||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a
|
||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a -p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue