X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc01c6a871dbbfd0cc84e26eb9f94aeb539e613e..e858b2e4c1677fa20cc4cb25b8a4e5e874ef617a:/tools/tesh/run_context.h diff --git a/tools/tesh/run_context.h b/tools/tesh/run_context.h index a188bd5775..7721e3ee21 100644 --- a/tools/tesh/run_context.h +++ b/tools/tesh/run_context.h @@ -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;