diff options
author | Ed Santiago <santiago@redhat.com> | 2021-02-22 05:30:56 -0700 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2021-02-22 07:21:04 -0700 |
commit | d9655b0f014bd6b5ad6ebb2b9c11b409cbcb4a22 (patch) | |
tree | 604ae87e0ea0085d19f615f159fab16eef2a3556 /contrib/cirrus/pr-should-include-tests.t | |
parent | 6fbf73ed8bd34738f3f901df1e5d3b592a9c3354 (diff) | |
download | podman-d9655b0f014bd6b5ad6ebb2b9c11b409cbcb4a22.tar.gz podman-d9655b0f014bd6b5ad6ebb2b9c11b409cbcb4a22.tar.bz2 podman-d9655b0f014bd6b5ad6ebb2b9c11b409cbcb4a22.zip |
pr-should-include-tests: recognized "renamed" tests
git tries to recognize renamed files. This isn't always
as helpful as intended. Turn it off, so we'll always see
files as 'A'dded.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/pr-should-include-tests.t b/contrib/cirrus/pr-should-include-tests.t index 4618060a3..965a3b574 100755 --- a/contrib/cirrus/pr-should-include-tests.t +++ b/contrib/cirrus/pr-should-include-tests.t @@ -38,6 +38,7 @@ tests=" 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 " # The script we're testing |