Skip to content

Commit

Permalink
(docker): Run completion tests with xvfb-run, e.g. for gkrellm
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 18, 2017
1 parent 375bd17 commit c8f5dac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/docker/Dockerfile-fedoradev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ RUN dnf --refresh -y install \
autoconf \
automake \
dejagnu \
tcllib
tcllib \
/usr/bin/xvfb-run
# TODO...

WORKDIR /usr/src/bash-completion
Expand Down
1 change: 1 addition & 0 deletions test/docker/Dockerfile-ubuntu14
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get update && \
automake \
dejagnu \
tcllib \
xvfb \
software-properties-common && \
apt-add-repository multiverse && \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion test/docker/docker-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ make
make -C completions check

cd test
./runCompletion --all
xvfb-run ./runCompletion --all
./runInstall --all
./runUnit --all

Expand Down

0 comments on commit c8f5dac

Please sign in to comment.