diff --git a/docker/ci/entrypoint.sh b/docker/ci/entrypoint.sh index b1fcff219f7..6c41d9e9cde 100755 --- a/docker/ci/entrypoint.sh +++ b/docker/ci/entrypoint.sh @@ -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