diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:03:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:03:58 +0000 |
commit | d460debc6f2747699a54b7ea0e25f4ec69bf1b3d (patch) | |
tree | ca88441f05ddeb5857757e4fbba5f266119e0439 /test/docker/entrypoint.sh | |
parent | Adding upstream version 1:2.12.0. (diff) | |
download | bash-completion-d460debc6f2747699a54b7ea0e25f4ec69bf1b3d.tar.xz bash-completion-d460debc6f2747699a54b7ea0e25f4ec69bf1b3d.zip |
Adding upstream version 1:2.13.0.upstream/1%2.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/docker/entrypoint.sh')
-rwxr-xr-x | test/docker/entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/docker/entrypoint.sh b/test/docker/entrypoint.sh index c647782..88ba5ad 100755 --- a/test/docker/entrypoint.sh +++ b/test/docker/entrypoint.sh @@ -20,3 +20,4 @@ make -j xvfb-run make distcheck \ PYTESTFLAGS="${PYTESTFLAGS---verbose -p no:cacheprovider --numprocesses=auto --dist=loadfile}" cp -p bash-completion-*.tar.* "$oldpwd/" +sha256sum bash-completion-*.tar.* >"$oldpwd/sha256sums.txt" |