Skip to content
Snippets Groups Projects
Verified Commit 0fb5bcec authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

fix(test): rename bash-bats to bats after package rename

This also fixes the workarounds for bats
parent c52b1c5d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ RUN pacman -Syu --noconfirm --needed \
subversion \
make \
kcov \
bash-bats \
bats \
gettext \
grep \
tree \
......@@ -55,10 +55,6 @@ RUN pacman-key --init && \
/srv/ftp/{{core,extra,multilib}{,-testing,-staging},gnome-unstable}/os/x86_64/ && \
echo -e "[safe]\n\tdirectory = *\n" > /etc/gitconfig
# TODO: temporary hack to work around bats packaging bug
RUN sed 's/libexec/lib/g' -i /usr/lib/bats/* && \
sed 's/bats-core/bats/g' -i /usr/lib/bats/*
USER tester
RUN sq key generate --userid "Bob Tester <tester@localhost>" --output /build/private.key && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment