Skip to content

Commit c9ae8c3

Browse files
authored
Update setup.sh
Jacoco path problem fixed
1 parent cfadcf9 commit c9ae8c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ cd tools/morest && pip install -r requirements.txt
6161
sudo apt-get install -y docker.io
6262

6363
# Install Jacoco
64+
cd $DEFAULT_DIR
6465
wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar
6566
wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.cli/0.8.7/org.jacoco.cli-0.8.7-nodeps.jar
6667

0 commit comments

Comments
 (0)