Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f62d6f8

Browse filesBrowse files
committed
Merge branch 'master' of github.com:scouter-project/scouter-demo
2 parents eb7442e + 6506749 commit f62d6f8
Copy full SHA for f62d6f8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎demo-env1/jmeter/bin/jmeter.sh

Copy file name to clipboardExpand all lines: demo-env1/jmeter/bin/jmeter.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ minimal_version=`echo $MINIMAL_VERSION | awk -F'.' '{ print $2 }'`
3737
current_version=`echo $CURRENT_VERSION | awk -F'.' '{ print $2 }'`
3838
if [ $current_version ]; then
3939
if [ $current_version -lt $minimal_version ]; then
40-
echo "Error: Java version is too low to run JMeter. Needs at least Java >= ${MINIMAL_VERSION}."
41-
exit 1
40+
echo "$current_version"
4241
fi
4342
else
4443
echo "Not able to find Java executable or version. Please check your Java installation."

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.