diff options
author | Ed Santiago <santiago@redhat.com> | 2021-10-04 19:12:58 -0600 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-10-19 14:04:34 -0400 |
commit | 37347c3216a1e613f470fbd933a4257f472b3d2f (patch) | |
tree | c682a3d46739985f945d8b8140b074bd81f26120 /contrib/cirrus/pr-should-include-tests.t | |
parent | 62d12a2adf1a33060e935c09fdbdabf4ecc16f33 (diff) | |
download | podman-37347c3216a1e613f470fbd933a4257f472b3d2f.tar.gz podman-37347c3216a1e613f470fbd933a4257f472b3d2f.tar.bz2 podman-37347c3216a1e613f470fbd933a4257f472b3d2f.zip |
It really should be no **NEW** tests needed
Accept both "NO TESTS NEEDED" and "NO NEW TESTS NEEDED".
That was a usability mistake I made on Day One. Fixed it
in Buildah but oops never got around to fixing it here.
Also, fix the test suite script: remove a no-longer-working
test case (changelog.txt, removed in #11467) and add a new
test for commits that include the magic string.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'contrib/cirrus/pr-should-include-tests.t')
-rwxr-xr-x | contrib/cirrus/pr-should-include-tests.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/pr-should-include-tests.t b/contrib/cirrus/pr-should-include-tests.t index 965a3b574..e77608fa4 100755 --- a/contrib/cirrus/pr-should-include-tests.t +++ b/contrib/cirrus/pr-should-include-tests.t @@ -36,9 +36,9 @@ tests=" 0 a47515008 ecedda63a PR 8816, unit tests only 0 caa84cd35 e55320efd PR 8565, hack/podman-socat only 0 c342583da 12f835d12 PR 8523, version.go + podman.spec.in -0 c342583da db1d2ff11 version bump to v2.2.0 0 8f75ed958 7b3ad6d89 PR 8835, only a README.md change 0 b6db60e58 f06dd45e0 PR 9420, a test rename +0 c6a896b0c 4ea5d6971 PR 11833, includes magic string " # The script we're testing |