X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0849140b2492bfcb59a4703ee08e8b95c58e1f9e..2b5c56b4c427b0b0be7c970c86cf62b85106251f:/tools/tesh/tesh.pl diff --git a/tools/tesh/tesh.pl b/tools/tesh/tesh.pl index 6867c3a232..34f17ff8af 100755 --- a/tools/tesh/tesh.pl +++ b/tools/tesh/tesh.pl @@ -326,7 +326,9 @@ if ($diff_tool) { } if ( $tesh_file =~ m/(.*)\.tesh/ ) { - print "Test suite `$tesh_file'\n"; + my $dir = qx,pwd,; + chomp($dir); + print "Test suite '$dir/$tesh_file'\n"; } else { $tesh_name = "(stdin)"; print "Test suite from stdin\n";