mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
1ab2efb0ef
... in its new build path.
Also update the test scripts to be more precise in error messages to
help us understand CI errors better.
Follow-up to f03c85635f
Ref: #13029
Closes #13083
33 lines
443 B
Plaintext
33 lines
443 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
source analysis
|
|
documentation
|
|
--manual
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
|
|
<name>
|
|
Man page syntax checks
|
|
</name>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/test1173.pl %SRCDIR/../docs/libcurl/symbols-in-versions %PWD/../docs/*.1 %PWD/../docs/cmdline-opts/*.1 %PWD/../docs/libcurl/*.3 %PWD/../docs/libcurl/opts/*.3
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<stderr>
|
|
ok
|
|
</stderr>
|
|
</verify>
|
|
|
|
</testcase>
|