Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] allow to specify the length of the sorting prefix
[simgrid.git] / tools / tesh / tesh.c
index f45d0b1..490e8c2 100644 (file)
@@ -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)