>From 6251ebb775a81f1ac158f197ad8110b8f98c4248 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Wed, 14 Aug 2019 17:20:54 +0900 Subject: [PATCH 1/2] tools/memory-model: Reflect updated file name convention in judgelitmus.sh Commit ("tools/memory-model: Move from .AArch64.litmus.out to .litmus.AArch.out") swapped "HW" and "litmus" part in .out file name. Reflect the change in header comment in judgelitmus.sh Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- tools/memory-model/scripts/judgelitmus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/memory-model/scripts/judgelitmus.sh b/tools/memory-model/scripts/judgelitmus.sh index 6408c012bdf5..c91130814593 100755 --- a/tools/memory-model/scripts/judgelitmus.sh +++ b/tools/memory-model/scripts/judgelitmus.sh @@ -6,7 +6,7 @@ # test ran correctly. If the --hw argument is omitted, check against the # LKMM output, which is assumed to be in file.litmus.out. If this argument # is provided, this is assumed to be a hardware test, and the output is -# assumed to be in file.HW.litmus.out, where "HW" is the --hw argument. +# assumed to be in file.litmus.HW.out, where "HW" is the --hw argument. # In addition, non-Sometimes verification results will be noted, but # forgiven. Furthermore, if there is no "Result:" comment but there is # an LKMM .litmus.out file, the observation in that file will be used -- 2.17.1