mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:13:32 +03:00
tests: postcheck is now in verify
Also introduce 'notexists' for verifying that directory entries do not exist after a test. Now an explicit supported feature instead of using "funny" perl in postcheck. Closes #15046
This commit is contained in:
parent
7060b9b082
commit
56183c1d6f
73 changed files with 260 additions and 262 deletions
|
|
@ -31,13 +31,13 @@ SFTP directory retrieval
|
|||
<command>
|
||||
--key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/test%TESTNUMBER.dir/ --insecure
|
||||
</command>
|
||||
<postcheck>
|
||||
perl %SRCDIR/libtest/test%TESTNUMBER.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/curl%TESTNUMBER.out
|
||||
</postcheck>
|
||||
</client>
|
||||
|
||||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<postcheck>
|
||||
perl %SRCDIR/libtest/test%TESTNUMBER.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/curl%TESTNUMBER.out
|
||||
</postcheck>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue