File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -180,13 +180,6 @@ install_behat() {
180
180
181
181
version=$( totara_version major)
182
182
183
- # Make sure this is a supported Totara version
184
- if [[ $( echo " $version <= 2.5 && $version != \" evergreen\" " | bc -l) == ' 1' ]]; then
185
- print_error " This script doesn't currently support Totara 2.5 or earlier."
186
- print_info " If you know how to make it work, please contribute a solution."
187
- return 1
188
- fi
189
-
190
183
local parallel_count=$( behat_parallel_count)
191
184
if [[ $parallel_count != ' 0' || " $* " =~ " --parallel" ]]; then
192
185
print_info " Initialising behat in parallel mode"
@@ -207,13 +200,6 @@ behat() {
207
200
208
201
version=$( totara_version major)
209
202
210
- # Make sure this is a supported Totara version
211
- if [[ $( echo " $version <= 2.5 && $version != \" evergreen\" " | bc -l) == ' 1' ]]; then
212
- print_error " This script doesn't currently support Totara 2.5 or earlier."
213
- print_info " If you know how to make it work, please contribute a solution."
214
- return 1
215
- fi
216
-
217
203
# Behat.yml variables
218
204
local behat_dataroot=$( config_var behat_dataroot)
219
205
local behat_dataroot_yml=" $behat_dataroot /behat/behat.yml"
You can’t perform that action at this time.
0 commit comments