From: tsteven4 Date: Sun, 24 Mar 2013 13:13:44 +0000 (+0000) Subject: set exit status on valgrind failures in vtesto to allow automated test to detect... X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~596 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2cd40ff8b7270438db91bbcc5f3ad9358093031;p=gpsbabel.git set exit status on valgrind failures in vtesto to allow automated test to detect any errors. --- diff --git a/gpsbabel/vtesto b/gpsbabel/vtesto index 81d639948..ad35d91d3 100755 --- a/gpsbabel/vtesto +++ b/gpsbabel/vtesto @@ -7,4 +7,4 @@ # BASEPATH=`dirname $0` -PNAME="valgrind -q ./gpsbabel" ${BASEPATH}/testo $* +PNAME="valgrind --error-exitcode=1 -q ./gpsbabel" ${BASEPATH}/testo $*