tools/memory-model: Make judgelitmus.sh handle scripted Result: tag
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 6 Jun 2019 09:13:27 +0000 (02:13 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:33:29 +0000 (17:33 -0800)
commit06fd59242587925fe12210df71873d6a0bf91d8f
tree00426613f9a20e0a6459d980ffee431d0d305f2c
parent9798916cea66693735f5bc7eb28e81594ca9777a
tools/memory-model: Make judgelitmus.sh handle scripted Result: tag

The scripts that generate the litmus tests in the "auto" directory of
the https://github.com/paulmckrcu/litmus archive place the "Result:"
tag into a single-line ocaml comment, which judgelitmus.sh currently
does not recognize.  This commit therefore makes judgelitmus.sh
recognize both the multiline comment format that it currently does
and the automatically generated single-line format.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/memory-model/scripts/judgelitmus.sh