Skip to content

Commit 556cd24

Browse files
committed
test: Remove tomcat id range from tomcat_start
1 parent b58b3ef commit 556cd24

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/includes/common.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ tomcat_start() {
139139
exit 1
140140
fi
141141

142-
if [ $1 -le 0 ] || [ $1 -gt 75 ]; then
143-
echo "tomcat_start called with invalid \$1 value (got $1, allowed [1, 75])"
144-
exit 2
145-
fi
146-
147142
local DEFAULT_OFFSET=$(expr $1 - 1)
148143
local shutport=$(expr ${SHUTDOWN_PORT:-8005} + $DEFAULT_OFFSET)
149144

0 commit comments

Comments
 (0)