X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6760cb07d6b57be16928d95339d71e57c4e24f36..94a5e6c017fdcf4882fe6cb518b6005d4c8dd8ae:/tools/tesh/run_context.h diff --git a/tools/tesh/run_context.h b/tools/tesh/run_context.h index 203472f8b4..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; @@ -89,4 +90,4 @@ void *rctx_wait(void *rctx); /* Parse a line comming from the suite file, and add this into the rctx */ void rctx_pushline(const char *filepos, char kind, char *line); -#endif /* TESH_RUN_CONTEXT_H */ +#endif /* TESH_RUN_CONTEXT_H */