From f354f33f0e45f3fb1f7480edadea400e5cff01df Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 6 Oct 2013 20:01:55 +0000 Subject: [PATCH] add specific exit code for valgrind errors --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]