]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/googletest/googletest/test/gtest_help_test.py
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / googletest / googletest / test / gtest_help_test.py
index 582d24c2dcce894538aa63ccbd6120bdd4b350a0..609615e80bf744103060bc7e059dd2172fc16c09 100755 (executable)
@@ -68,6 +68,7 @@ HELP_REGEX = re.compile(
     FLAG_PREFIX + r'shuffle.*' +
     FLAG_PREFIX + r'random_seed=.*' +
     FLAG_PREFIX + r'color=.*' +
+    FLAG_PREFIX + r'brief.*' +
     FLAG_PREFIX + r'print_time.*' +
     FLAG_PREFIX + r'output=.*' +
     FLAG_PREFIX + r'break_on_failure.*' +