public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: fix the shell script name executed in the Makefile
@ 2026-09-11 13:20 Milos Malik
  0 siblings, 0 replies; only message in thread
From: Milos Malik @ 2026-09-11 13:20 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 7773d77b0be24c27e42aeb93076215ac19124a4a
            Author : Milos Malik <mmalik@redhat.com>
            Date   : 2022-11-04T12:04:33+01:00
            Stats  : +2/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/7773d77b0be24c27e42aeb93076215ac19124a4a?branch=pr775-checkpolicy-revdeps

            Log:
            fix the shell script name executed in the Makefile

Now the Makefile runs the test.sh file instead of the runtest.sh file.

---
diff --git a/libsepol/user-declaration-in-module/Makefile b/libsepol/user-declaration-in-module/Makefile
index 5bb9656..a649d44 100644
--- a/libsepol/user-declaration-in-module/Makefile
+++ b/libsepol/user-declaration-in-module/Makefile
@@ -34,7 +34,7 @@ FILES=$(METADATA) test.sh foo.te Makefile
 .PHONY: all install download clean
 
 run: $(FILES) build
-	./runtest.sh
+	./test.sh
 
 build: $(BUILT_FILES)
 	test -x test.sh || chmod a+x test.sh

diff --git a/libsepol/user-declaration-in-module/main.fmf b/libsepol/user-declaration-in-module/main.fmf
index 73aad74..265e20f 100644
--- a/libsepol/user-declaration-in-module/main.fmf
+++ b/libsepol/user-declaration-in-module/main.fmf
@@ -10,3 +10,4 @@ tier: 1
 enabled: true
 link:
   - https://bugzilla.redhat.com/show_bug.cgi?id=2136212
+extra-nitrate: TC#0614379

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:20 [tests/selinux] pr775-checkpolicy-revdeps: fix the shell script name executed in the Makefile Milos Malik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox