)]}'
{
  "commit": "b373304853a072b2aed720ecd45e752cda223465",
  "tree": "f67cae980048b5a34cee347ae576671492c453bf",
  "parents": [
    "a4ff5dcebf2f666aeff4d67d3a1fcffa076e736c"
  ],
  "author": {
    "name": "Paolo Bonzini",
    "email": "pbonzini@redhat.com",
    "time": "Wed Jul 01 11:43:07 2020 +0200"
  },
  "committer": {
    "name": "Paolo Bonzini",
    "email": "pbonzini@redhat.com",
    "time": "Wed Jul 01 12:37:38 2020 +0200"
  },
  "message": "scripts: Fix the check whether testname is in the only_tests list\n\nWhen you currently run\n\n  ./run_tests.sh ioapic-split\n\nthe kvm-unit-tests run scripts do not only execute the \"ioapic-split\"\ntest, but also the \"ioapic\" test, which is quite surprising. This\nhappens because we use \"grep -w\" for checking whether a test should\nbe run or not.  Because \"grep -w\" does not consider the \"-\" character as\npart of a word, \"ioapic\" successfully matches against \"ioapic-split\".\n\nTo fix the issue, use spaces as the only delimiter when running \"grep\",\nremoving the problematic \"-w\" flag from the invocation.  While at it,\nadd \"-F\" to avoid unintended use of regular expression metacharacters.\n\nReported-by: Thomas Huth \u003cthuth@redhat.com\u003e\nTested-by: Thomas Huth \u003cthuth@redhat.com\u003e\nReviewed-by: Thomas Huth \u003cthuth@redhat.com\u003e\nSigned-off-by: Paolo Bonzini \u003cpbonzini@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8bfe31cb9f668c926e8d103905b8b93500d517c7",
      "old_mode": 33188,
      "old_path": "scripts/runtime.bash",
      "new_id": "c88e246245a69adb2ec11305568f83a2948bc3fa",
      "new_mode": 33188,
      "new_path": "scripts/runtime.bash"
    }
  ]
}
