Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add an option to tesh : --cfg
[simgrid.git] / tools / tesh / run_context.h
index a188bd5..7721e3e 100644 (file)
@@ -46,6 +46,7 @@ typedef struct {
   int end_time;                 /* begin_time + timeout, as epoch */
   char *expected_signal;        /* name of signal to raise (or NULL if none) */
   int expected_return;          /* the exepeted return code of following command */
+  int output_sort:1;            /* whether the output must be sorted before comparison */
 
   /* buffers */
   xbt_strbuff_t input;