Skip to content

Commit d45f902

Browse files
committed
test: Run docker tests with --verbose
1 parent 9f52c69 commit d45f902

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/docker/docker-script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ make
2121
make -C completions check
2222

2323
cd test
24-
xvfb-run ./runCompletion --all
25-
./runInstall --all
26-
./runUnit --all
24+
xvfb-run ./runCompletion --all --verbose
25+
./runInstall --verbose --all --verbose
26+
./runUnit --all --verbose
2727

2828
cd ..
2929
mkdir install-test

0 commit comments

Comments
 (0)