summaryrefslogtreecommitdiff
path: root/tools/memory-model/litmus-tests
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2019-03-22 00:06:27 +0300
committerPaul E. McKenney <paulmck@kernel.org>2023-03-24 20:24:14 +0300
commitee542816ac83ef72ebc52ce11ff8448463ba62eb (patch)
treeb042875fb7493d93507188076886c0ae4de8bb48 /tools/memory-model/litmus-tests
parentdbf0b425a698f4a7ff0a846830811677d3c52dc6 (diff)
downloadlinux-ee542816ac83ef72ebc52ce11ff8448463ba62eb.tar.xz
tools/memory-model: Move from .AArch64.litmus.out to .litmus.AArch.out
When the github scripts see ".litmus.out", they assume that there must be a corresponding C-language ".litmus" file. Won't they be disappointed when they instead see nothing, or, worse yet, the corresponding assembly-language litmus test? This commit therefore swaps the hardware tag with the "litmus" to avoid this sort of disappointment. This commit also adjusts the .gitignore file so as to avoid adding these new ".out" files to git. [ paulmck: Apply Akira Yokosawa feedback. ] Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/memory-model/litmus-tests')
-rw-r--r--tools/memory-model/litmus-tests/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory-model/litmus-tests/.gitignore b/tools/memory-model/litmus-tests/.gitignore
index c492a1ddad91..d65462d64816 100644
--- a/tools/memory-model/litmus-tests/.gitignore
+++ b/tools/memory-model/litmus-tests/.gitignore
@@ -1,2 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
-*.litmus.out
+*.out