Skip to content

Commit

Permalink
[dockertest] init before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wkgcass committed Sep 14, 2023
1 parent 97db805 commit baa154d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/run-tests-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set +e

set -e

make init

testclasses=`cat test/src/test/java/io/vproxy/test/VSuite.java | grep '\bTest' | cut -d '.' -f 1 | xargs`
image="vproxyio/test:latest"

Expand Down

0 comments on commit baa154d

Please sign in to comment.