From: mquinson Date: Sun, 7 Aug 2005 19:02:38 +0000 (+0000) Subject: do not valgrind dict_crash, it's ways too big (and it's clean when dict_usage is) X-Git-Tag: v3.3~3730 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c8b81036abd9816522f09ea1842f8dc7e46f964b do not valgrind dict_crash, it's ways too big (and it's clean when dict_usage is) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1626 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/run_tests.in b/testsuite/run_tests.in index eadbb9d67b..bb94ef6755 100755 --- a/testsuite/run_tests.in +++ b/testsuite/run_tests.in @@ -86,7 +86,10 @@ do # overwrites "valgrind" as a value, but should be exclusive. exenv=wine fi - if [ "x$test" = "xdict_crash@EXEEXT@" ] ; then + if [ "x$test" = "xxbt/dict_crash@EXEEXT@" ] ; then + if echo $exenv | grep valgrind >/dev/null ; then + exenv= + fi $exenv ./$test --xbt-log="root.thres=info" 2>&1 retval=$? else