add specific exit code for valgrind errors

This commit is contained in:
Arvid Norberg 2013-10-06 20:01:55 +00:00
parent b94a13f94a
commit f354f33f0e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ project
;
feature launcher : none valgrind : composite ;
feature.compose <launcher>valgrind : <testing.launcher>"valgrind --tool=memcheck -v --num-callers=20 --read-var-info=yes --track-origins=yes --error-exitcode=1" <valgrind>on ;
feature.compose <launcher>valgrind : <testing.launcher>"valgrind --tool=memcheck -v --num-callers=20 --read-var-info=yes --track-origins=yes --error-exitcode=222" <valgrind>on ;
test-suite libtorrent :
[ run test_file_storage.cpp ]