X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22c8f349c3475e4bee6df083cc1871f45da2aecb..7200d622a9e4d6f368da17f51f6aee495dccfa1d:/tools/tesh/tesh.c diff --git a/tools/tesh/tesh.c b/tools/tesh/tesh.c index f45d0b1aed..490e8c2b07 100644 --- a/tools/tesh/tesh.c +++ b/tools/tesh/tesh.c @@ -20,6 +20,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(tesh, "TEst SHell utility"); /*** Options ***/ int timeout_value = 5; /* child timeout value */ +int sort_len = 19; /* length of the prefix to sort */ const char *testsuite_name; static void handle_line(const char *filepos, char *line)