tests: disable valgrind on the remaining scp/sftp tests

This commit is contained in:
Dan Fandrich 2014-03-15 10:24:50 +01:00
Родитель e8aff0c588
Коммит 02bba0ce7d
4 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -34,6 +34,9 @@ Moooooooooooo
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
<strip>
</strip>
<protocol>

Просмотреть файл

@ -35,6 +35,9 @@ sftp://localhost:%SSHPORT%PWD/log/upload583.txt %USER:
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
<errorcode>
0
</errorcode>

Просмотреть файл

@ -23,6 +23,9 @@ SFTP retrieval of nonexistent file
#
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
<errorcode>
78
</errorcode>

Просмотреть файл

@ -33,6 +33,9 @@ for ssh upload test
#
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
<errorcode>
79
</errorcode>