summarylogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index 317753020725..dd928418f3ae 100755
--- a/test.sh
+++ b/test.sh
@@ -1,5 +1,6 @@
#!/bin/bash
updpkgsums && \
+ makepkg --printsrcinfo | tee .SRCINFO && \
makepkg -f && \
podman build . -t zim && \
podman run --rm -it zim /usr/bin/zsh -c 'sudo pacman --noconfirm -U zsh-zim-git-* && zsh'