Skip to content

Commit

Permalink
test: cleaner jmeter install output (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
dni authored Dec 12, 2024
1 parent 7d98622 commit b184431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install-jmeter:
java -version
wget https://downloads.apache.org//jmeter/binaries/apache-jmeter-5.6.3.zip
unzip apache-jmeter-5.6.3.zip
wget --quiet https://downloads.apache.org//jmeter/binaries/apache-jmeter-5.6.3.zip
unzip -qq apache-jmeter-5.6.3.zip
./apache-jmeter-5.6.3/bin/jmeter -v

start-mirror-server:
Expand Down

0 comments on commit b184431

Please sign in to comment.