X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=generator%2Fgenerator_types.ml;h=49d37922c7976b22f3c14ec3251f03fc6a306fe6;hp=647d66f30db257209e819087411be499cb7798c3;hb=b42262c3db6013c363e2532cf7a466ccaf4d49f0;hpb=451a28349b11fe08cb3f7ca84e58b6e69646707b diff --git a/generator/generator_types.ml b/generator/generator_types.ml index 647d66f..49d3792 100644 --- a/generator/generator_types.ml +++ b/generator/generator_types.ml @@ -260,9 +260,15 @@ and test = *) | TestOutputStruct of seq * test_field_compare list - (* Run the command sequence and expect the final command (only) - * to fail. + (* Run the command sequence and expect the output of the final + * command to be a string which is the hex MD5 of the content of + * the named file. *) + | TestOutputFileMD5 of seq * string + + (* Run the command sequence and expect the final command (only) + * to fail. + *) | TestLastFail of seq and test_field_compare =