diff --git a/test/Jamfile b/test/Jamfile index d3cc95261..6769a6470 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -96,7 +96,7 @@ project ; feature launcher : none valgrind : composite ; -feature.compose valgrind : "valgrind --tool=memcheck -v --num-callers=20 --read-var-info=yes --track-origins=yes --error-exitcode=1" on ; +feature.compose valgrind : "valgrind --tool=memcheck -v --num-callers=20 --read-var-info=yes --track-origins=yes --error-exitcode=222" on ; test-suite libtorrent : [ run test_file_storage.cpp ]