forked from premiere/premiere-libtorrent
add specific exit code for valgrind errors
This commit is contained in:
parent
b94a13f94a
commit
f354f33f0e
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue