remove unneeded shopts

This commit is contained in:
Ivan Kuchin
2024-07-26 17:28:35 +02:00
parent e8f49d7ab1
commit a9121bd10c
-2
View File
@@ -129,14 +129,12 @@ run_units() {
}
run_features() {
shopt -s extglob
reset_dbs
execute "time bundle exec turbo_tests --verbose -n $JOBS --runtime-log spec/support/runtime-logs/turbo_runtime_features.log {,modules/*/}spec/features"
cleanup
}
run_all() {
shopt -s globstar
reset_dbs
execute "time bundle exec turbo_tests --verbose -n $JOBS --runtime-log spec/support/runtime-logs/turbo_runtime_all.log {,modules/*/}spec"
cleanup