diff for duplicates of <1470983764.4695.24.camel@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 2e70fb2..12a5d10 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -300,11 +300,11 @@ Ok > > + > > + report_prefix_push("tm"); > > + -> > + all = (argc = 1 || (argc = 2 && !strcmp(argv[1], +> > + all = (argc == 1 || (argc == 2 && !strcmp(argv[1], > > "all"))); > > + > > + for (i = 0; hctests[i].name != NULL; i++) { -> > + if (all || strcmp(argv[1], hctests[i].name) = 0) +> > + if (all || strcmp(argv[1], hctests[i].name) == 0) > > { > > + report_prefix_push(hctests[i].name); > > + hctests[i].func(argc, argv); diff --git a/a/content_digest b/N1/content_digest index 2ac1b18..f7709b4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0e2530688-c6bd-3d19-56ea-6ead01f7a641@redhat.com\0" "From\0Suraj Jitindar Singh <sjitindarsingh@gmail.com>\0" "Subject\0Re: [kvm-unit-tests PATCH V2 4/4] powerpc/tm: Add a test for H_CEDE while tm suspended\0" - "Date\0Fri, 12 Aug 2016 06:36:04 +0000\0" + "Date\0Fri, 12 Aug 2016 16:36:04 +1000\0" "To\0Thomas Huth <thuth@redhat.com>" " kvm@vger.kernel.org\0" "Cc\0pbonzini@redhat.com" @@ -315,11 +315,11 @@ "> > +\n" "> > +\treport_prefix_push(\"tm\");\n" "> > +\n" - "> > +\tall = (argc = 1 || (argc = 2 && !strcmp(argv[1],\n" + "> > +\tall = (argc == 1 || (argc == 2 && !strcmp(argv[1],\n" "> > \"all\")));\n" "> > +\n" "> > +\tfor (i = 0; hctests[i].name != NULL; i++) {\n" - "> > +\t\tif (all || strcmp(argv[1], hctests[i].name) = 0)\n" + "> > +\t\tif (all || strcmp(argv[1], hctests[i].name) == 0)\n" "> > {\n" "> > +\t\t\treport_prefix_push(hctests[i].name);\n" "> > +\t\t\thctests[i].func(argc, argv);\n" @@ -334,4 +334,4 @@ "Thanks for the review, I agree with pretty much all of your comments\n" and will incorporate them into the next review. -3174ebbcf8549b4f842324507ea534bcf49c2c1c62066873c4e4d6e50fd8d6ee +12c71e74b7b73e34e79503e2744f7fb4659966bf1b575c746052f884e92ff67c
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.