Skip to content

Commit

Permalink
test: Run docker tests with --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jun 22, 2018
1 parent 9f52c69 commit d45f902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/docker/docker-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ make
make -C completions check

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

cd ..
mkdir install-test
Expand Down

0 comments on commit d45f902

Please sign in to comment.