]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Fri, 24 Mar 2023 17:24:15 +0000 (10:24 -0700)
commit72b5f102f855d789ee1e733edfc6a40313d11f1b
treea974ac1ed4ceac43b060e48134b7aec0f093d97f
parent68f7bcab87eb47e7f9ca71ddca7fb976b92bc3a9
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