From: mquinson Date: Fri, 3 Feb 2006 16:05:11 +0000 (+0000) Subject: give meanful information to the user on failure X-Git-Tag: v3.3~3453 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9e9af9e68e8e10229b9ff8d0f23bb712fd821f89 give meanful information to the user on failure git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1905 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/run_tests.in b/testsuite/run_tests.in index 9164f6a4d9..53c5458b17 100755 --- a/testsuite/run_tests.in +++ b/testsuite/run_tests.in @@ -153,7 +153,7 @@ fi if [ $failed_nb != 0 ] ; then echo "$failed_nb tests of $tests_nb failed: " cat test.failed - echo "Rerun the tests using the following command: script -c 'make test' simgrid.tests.log" + echo "Rerun the tests using the following command: script -c 'make check' simgrid.tests.log" echo " and send the following informations to simgrid-devel@lists.gforge.inria.fr:" echo " - the file simgrid.tests.log produced by this command." echo " - a short description of the target platform (arch, OS, distrib, compiler)."