public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Malik <mmalik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: fix the shell script name executed in the Makefile
Date: Fri, 11 Sep 2026 13:20:15 GMT [thread overview]
Message-ID: <178913281596.1.1109343471045572258.tests-selinux-7773d77b0be2@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-11 13:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178913281596.1.1109343471045572258.tests-selinux-7773d77b0be2@fedoraproject.org \
--to=mmalik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox