From: mquinson Date: Thu, 3 Jun 2004 22:15:13 +0000 (+0000) Subject: redo the instruction for the error case (please mail the results to...) X-Git-Tag: v3.3~5255 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/de2f1c1df519abbc80c22d626d806ab7a47bf0a8?hp=2d91bd21b39f20de1feeb90e2d999bc25269e46a redo the instruction for the error case (please mail the results to...) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@91 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/run_tests.in b/testsuite/run_tests.in index 2e766594f3..31e30d4f57 100755 --- a/testsuite/run_tests.in +++ b/testsuite/run_tests.in @@ -30,8 +30,10 @@ echo "#### Summary" echo "$success_nb tests of $tests_nb successfull ($success)" if [ $failed_nb != 0 ] ; then echo "$failed_nb tests of $tests_nb failed ($failed)" - echo "Rerun the tests using the following command: script -c 'make test'" - echo " and send the file typescript it will produce to martin.quinson@ens-lyon.fr" - echo " along with a short description of the target platform (arch, OS, distrib, compiler)." + echo "Rerun the tests using the following command: script -c 'make test' gras.tests.log" + echo " and send the following informations to martin.quinson@ens-lyon.fr:" + echo " - the file gras.tests.log produced by this command" + echo " - a short description of the target platform (arch, OS, distrib, compiler)." + echo " - the config.log produced by the compilation, if possible." fi exit $failed_nb