Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] Don't define variables twice.
[simgrid.git] / tools / tesh / tesh.c
index cd96399..34c92b1 100644 (file)
@@ -21,8 +21,13 @@ 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 */
+char *option;
 
+rctx_t rctx;
 const char *testsuite_name;
+
+xbt_dict_t env;
+
 static void handle_line(const char *filepos, char *line)
 {
   /* Search end */