mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
tests: disable valgrind on the remaining scp/sftp tests
This commit is contained in:
parent
e8aff0c588
commit
02bba0ce7d
@ -34,6 +34,9 @@ Moooooooooooo
|
|||||||
|
|
||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
|
<valgrind>
|
||||||
|
disable
|
||||||
|
</valgrind>
|
||||||
<strip>
|
<strip>
|
||||||
</strip>
|
</strip>
|
||||||
<protocol>
|
<protocol>
|
||||||
|
@ -35,6 +35,9 @@ sftp://localhost:%SSHPORT%PWD/log/upload583.txt %USER:
|
|||||||
|
|
||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
|
<valgrind>
|
||||||
|
disable
|
||||||
|
</valgrind>
|
||||||
<errorcode>
|
<errorcode>
|
||||||
0
|
0
|
||||||
</errorcode>
|
</errorcode>
|
||||||
|
@ -23,6 +23,9 @@ SFTP retrieval of nonexistent file
|
|||||||
#
|
#
|
||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
|
<valgrind>
|
||||||
|
disable
|
||||||
|
</valgrind>
|
||||||
<errorcode>
|
<errorcode>
|
||||||
78
|
78
|
||||||
</errorcode>
|
</errorcode>
|
||||||
|
@ -33,6 +33,9 @@ for ssh upload test
|
|||||||
#
|
#
|
||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
|
<valgrind>
|
||||||
|
disable
|
||||||
|
</valgrind>
|
||||||
<errorcode>
|
<errorcode>
|
||||||
79
|
79
|
||||||
</errorcode>
|
</errorcode>
|
||||||
|
Loading…
Reference in New Issue
Block a user